
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@gojek/conventional-changelog-angular-asana
Advanced tools
asana task references support for your conventional commits
Based on
conventional-changelog-angularpreset
Extends the Angular convention with support for Asana tasks.
Adds support for Asana link references.
fix(pencil): add `graphiteWidth` option
fixes https://app.asana.com/0/12345678/12345678
References can co-exist
perf(pencil)!: remove graphiteWidth option
closes #28
fixes https://app.asana.com/0/12345678/12345678
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason
Use this preset, like any other other conventional-changelog presets.
Install as a devDevdependency first.
$ npm install @gojek/conventional-changelog-angular-asana --save-dev
When using with lerna version Set the --changelog-preset flag.
$ lerna version --conventional-commits --changelog-preset @gojek/angular-asana
Or, if using lerna.json, set the following.
"command": {
"version": {
"conventionalCommits": true,
"changelogPreset": "@gojek/angular-asana",
}
Lerna automatically evaluates & prepends conventional-changelog- to the preset, so node module resolution resolves to the correct package.
FAQs
asana task references support for your conventional commits
We found that @gojek/conventional-changelog-angular-asana demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.