diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5bd48d..d8f8ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: with: tag_name: ${{ steps.env_vars.outputs.NEW_VERSION }} release_name: ${{ steps.env_vars.outputs.NEW_VERSION }} - body: "${{ steps.changeset.outputs.RELEASE_NOTES }}\n\n**Full Changelog**: https://github.com/adhamu/zero/compare/${{ steps.env_vars.outputs.PUBLISHED_VERSION }}...${{ steps.env_vars.outputs.NEW_VERSION }}" + body: "${{ steps.changeset.outputs.RELEASE_NOTES }}\n\n**Full Changelog**: https://github.com/adhamu/react-input-suggestions/compare/${{ steps.env_vars.outputs.PUBLISHED_VERSION }}...${{ steps.env_vars.outputs.NEW_VERSION }}" draft: false prerelease: false diff --git a/package.json b/package.json index 0c1527f..9b99467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-input-suggestions", - "version": "2.3.3", + "version": "2.3.4", "description": "A React input component with pluggable suggestions and autocomplete", "keywords": [ "react",