Skip to content

Commit

Permalink
updjk
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkblansh committed Jan 15, 2024
1 parent 45b4307 commit 195ae47
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "Semver=$semver" >> $GITHUB_ENV
# # retrieve these GitHub ENV variables
echo "current version is ${{ env.Semver }}"
echo "current version is $Semver"
- name: Bump version and push tag
uses: laputansoft/github-tag-action@v4.6
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# widehook

## 2.0.19

### Patch Changes

- ffff

## 2.0.18

### Patch Changes
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": "widehook",
"version": "2.0.18",
"version": "2.0.19",
"description": "One state use wide",
"license": "MIT",
"main": "./lib/widehook.js",
Expand Down
2 changes: 1 addition & 1 deletion src/createWideHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { ActionCallback, Scope } from './types/ActionCallback'
import { capitalize } from './utils/capitalize'
import type { ExtraSettings } from './types/ExtraSettings'

const y = 69953334475646546546546
const y = 699533344756465465465467778

export function createWideHook<
State,
Expand Down

0 comments on commit 195ae47

Please sign in to comment.