diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 48b883b..b8d6fdd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ff70ac5..4b6d3db 100644 --- a/CHANGELOG.md +++ b/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). diff --git a/package.json b/package.json index 4e9941b..3b3b1ef 100644 --- a/package.json +++ b/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 ",