diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1628af7..00e2717 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,12 +65,10 @@ jobs: - run: npm ci - run: npm run build - - name: Setup Git identity run: | git config user.name "semantic-release-bot" git config user.email "semantic-release@github.com" - - name: Run semantic-release run: npx semantic-release env: diff --git a/package.json b/package.json index 9e07453..56f9281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arunkumar_h/rule-engine", - "version": "1.0.0-dev.2", + "version": "1.5.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",