Skip to content

Commit

Permalink
fix ci publishing (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Tate <tate@transcriptic.com>
  • Loading branch information
tatethurston and Tate committed Jan 20, 2022
1 parent 4c18a63 commit 3ff55df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
cache: "yarn"
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v1.0.1

Internal: fix CI publishes.

## v1.0.0

No API changes. This library will now follow [semantic versioning](https://docs.npmjs.com/about-semantic-versioning).
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-use-error-boundary",
"version": "1.0.0",
"version": "1.0.1",
"description": "A React error boundary hook for function components",
"license": "MIT",
"author": "Tate <tatethurston@gmail.com>",
Expand Down

0 comments on commit 3ff55df

Please sign in to comment.