Skip to content

Commit

Permalink
bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dpickett committed Nov 28, 2023
1 parent 10106fa commit cf7cd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: yarn build
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsxinator",
"version": "0.0.1",
"version": "0.0.2",
"description": "migrate js and ts files to jsx and tsx",
"main": "./dist/cjs/jsxinator.js",
"module": "./dist/esm/jsxinator.js",
Expand Down

0 comments on commit cf7cd4f

Please sign in to comment.