Skip to content

Commit 7a757c8

Browse files
authored
chore: update to 1.5.1-dev-1 (#41)
1 parent 1e34e81 commit 7a757c8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,10 @@ jobs:
6565

6666
- run: npm ci
6767
- run: npm run build
68-
6968
- name: Setup Git identity
7069
run: |
7170
git config user.name "semantic-release-bot"
7271
git config user.email "[email protected]"
73-
7472
- name: Run semantic-release
7573
run: npx semantic-release
7674
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arunkumar_h/rule-engine",
3-
"version": "1.0.0-dev.2",
3+
"version": "1.5.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)