Skip to content

Commit be2bf1f

Browse files
Merge pull request #2 from thoughtsunificator/develop
Develop
2 parents f2d5f47 + 3448e2c commit be2bf1f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
tagged-release:
1010
name: "Tagged Release"
1111
runs-on: "ubuntu-latest"
12-
if: ${{ github.ref == 'refs/heads/master' }}
1312

1413
steps:
1514
- name: git-checkout

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"main": "index.js",
55
"description": "Enables sorting and grouping of users and channel mentions in a message",
6-
"version": "1.0.7",
6+
"version": "1.0.8",
77
"devDependencies": {
88
"docdash": "^1.2.0",
99
"eslint": "^7.28.0",

0 commit comments

Comments
 (0)