Skip to content

Commit

Permalink
🔖 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HubM committed Sep 1, 2024
1 parent 21c8433 commit 7ec9c7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
# gitmoji as a commit hook
exec < /dev/tty
gitmoji --hook $1 $2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bdxio/bdxio.types",
"version": "1.4.0",
"version": "1.4.1",
"types": "dist/index.d.ts",
"files": [
"/dist"
Expand All @@ -21,4 +21,4 @@
"repository": {
"url": "git://github.com/bdxio/bdxio.types.git."
}
}
}

0 comments on commit 7ec9c7e

Please sign in to comment.