Skip to content

Commit e4ee551

Browse files
committed
Merge branch 'beta'
2 parents 8c6b067 + d5a1846 commit e4ee551

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
if: "!startsWith(github.event.head_commit.message, '[🚀 Release]')"
10-
if: "!startsWith(github.event.head_commit.message, '[🚀 Release]')"
1110
steps:
1211
- uses: actions/checkout@v2
1312
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ptkdev/node-module-boilerplate",
33
"displayName": "Node NPM Library Boilerplate",
44
"description": "Create your npm library with this friendly boilerplate. Use this respository as template for your new node library/module",
5-
"version": "2.0.0-beta.1",
5+
"version": "2.0.1-beta.1",
66
"main": "dist/functions/module.js",
77
"publishConfig": {
88
"access": "public"

0 commit comments

Comments
 (0)