Skip to content

Commit 69bbc27

Browse files
committed
Release V7
1 parent bc7276e commit 69bbc27

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy Package
55

66
on:
77
push:
8-
branches: [ master, v7 ]
8+
branches: [ master, v6 ]
99

1010
jobs:
1111
build:

Diff for: .github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Node.js CI
55

66
on:
77
pull_request:
8-
branches: [ master, v7 ]
8+
branches: [ master, v6 ]
99

1010
jobs:
1111
build:

Diff for: package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0",
44
"description": "Rules Engine expressed in simple json",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -26,9 +26,6 @@
2626
"engine",
2727
"rules engine"
2828
],
29-
"publishConfig": {
30-
"tag": "next"
31-
},
3229
"standard": {
3330
"parser": "babel-eslint",
3431
"ignore": [

0 commit comments

Comments
 (0)