Skip to content

Commit

Permalink
chore(main): release 0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and MuXiu1997 committed Nov 25, 2023
1 parent ee97bec commit 1ee8d44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:

- name: Publish
if: ${{ steps.release.outputs.release_created }}
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 0.1.0-rc.1 (2023-11-25)


### Features

* create `defineEmitterComposable` ([1a89bc4](https://github.com/MuXiu1997/define-emitter-composable/commit/1a89bc4977ffae97fedd3378b6ef20f681181e77))


### Continuous Integration

* add release workflow ([ee97bec](https://github.com/MuXiu1997/define-emitter-composable/commit/ee97bec4bb42dce71c45460027c6e0d41fece78e))

0 comments on commit 1ee8d44

Please sign in to comment.