arm-trusted-firmware/tools/conventional-changelog-tf-a/package.json
Govindraj Raja 07a6a65443 docs(changelog): changelog for v2.12 release
Generated this change-log using below command:
npm run release -- --skip.commit --skip.tag --release-as 2.12.0

Change-Id: Idb74f6a31bf2691e7666e2738030d6f0e2b8c519
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2024-11-19 18:08:58 -06:00

13 lines
289 B
JSON

{
"name": "conventional-changelog-tf-a",
"version": "2.12.0",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",
"dependencies": {
"conventional-changelog-conventionalcommits": "^4.6.1",
"execa": "^5.1.1",
"lodash": "^4.17.21",
"q": "^1.5.1"
}
}