diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index 226e47c8..7d60a741 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -66,6 +66,7 @@ "@semantic-release/github": "^11.0.6", "@semantic-release/npm": "^12.0.2", "@semantic-release/release-notes-generator": "^14.1.0", + "conventional-changelog-conventionalcommits": "^9.2.0", "eslint": "^8.57.1", "semantic-release": "^25.0.2", "tsup": "^8.3.6", diff --git a/sdks/typescript/pnpm-lock.yaml b/sdks/typescript/pnpm-lock.yaml index 6d27ad23..4ca7dd91 100644 --- a/sdks/typescript/pnpm-lock.yaml +++ b/sdks/typescript/pnpm-lock.yaml @@ -39,6 +39,9 @@ importers: '@typescript-eslint/parser': specifier: ^8.30.1 version: 8.56.0(eslint@8.57.1)(typescript@5.9.3) + conventional-changelog-conventionalcommits: + specifier: ^9.2.0 + version: 9.2.0 eslint: specifier: ^8.57.1 version: 8.57.1 @@ -854,6 +857,10 @@ packages: resolution: {integrity: sha512-4YB1zEXqB17oBI8yRsAs1T+ZhbdsOgJqkl6Trz+GXt/eKf1e4jnA0oW+sOd9BEENzEViuNW0DNoFFjSf3CeC5Q==} engines: {node: '>=18'} + conventional-changelog-conventionalcommits@9.2.0: + resolution: {integrity: sha512-fCf+ODjseueTV09wVBoC0HXLi3OyuBJ+HfE3L63Khxqnr99f9nUcnQh3a15lCWHlGLihyZShW/mVVkBagr9JvQ==} + engines: {node: '>=18'} + conventional-changelog-writer@8.3.0: resolution: {integrity: sha512-l5hDOHjcTUVtnZJapoqXMCJ3IbyF6oV/vnxKL13AHulFH7mDp4PMJARxI7LWzob6UDDvhxIUWGTNUPW84JabQg==} engines: {node: '>=18'} @@ -3203,6 +3210,10 @@ snapshots: dependencies: compare-func: 2.0.0 + conventional-changelog-conventionalcommits@9.2.0: + dependencies: + compare-func: 2.0.0 + conventional-changelog-writer@8.3.0: dependencies: '@simple-libs/stream-utils': 1.2.0