Skip to content

Commit

Permalink
feat(version) 🔖 release 0.0.21 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Jul 29, 2024
1 parent 23fe417 commit ac0ecc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Package
on:
push:
tags:
- "v*.*.*"
- "*.*.*"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookstorm",
"version": "0.0.20",
"version": "0.0.21",
"description": "hookstorm",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit ac0ecc9

Please sign in to comment.