diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index f34916c..61fb2f1 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -55,16 +55,6 @@ jobs: - name: Typecheck run: yarn lint:typecheck - lint-commit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Commit Message - uses: wagoid/commitlint-github-action@v4 - test-unit: needs: build runs-on: ubuntu-latest diff --git a/package.json b/package.json index 5f4f986..3554cf3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "dlc-btc-lib", - "version": "2.4.8", + "version": "2.4.9", "description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.", "main": "dist/index.js", "types": "dist/index.d.ts",