Skip to content

Commit 02badfc

Browse files
Merge pull request #5 from stainless-code/version
Version changes
2 parents af17624 + 45fe794 commit 02badfc

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.changeset/sweet-glasses-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- name: Checkout branch
1618
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @stainless-code/react-custom-events
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#4](https://github.com/stainless-code/react-custom-events/pull/4) [`f39272c`](https://github.com/stainless-code/react-custom-events/commit/f39272c6b93986f006cb6348b04563d0937d107a) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - fix `README.md`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-code/react-custom-events",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Elegantly use custom events in React",
55
"keywords": [
66
"custom-event-listener",

0 commit comments

Comments
 (0)