Skip to content

Commit 04823b8

Browse files
authored
chore: release v0.0.16 (#64)
* chore: release v0.0.16 * fix: ensure release has necessary permissions
1 parent 261b7a0 commit 04823b8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
release:
1111
name: Realase
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
15+
pull-requests: write
1316
steps:
1417
- uses: actions/checkout@v3
1518
- id: release

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
## [0.0.16] - 2024-02-29
9+
### Fixed
10+
- install playwright dependencies before using it
811

912
## [0.0.15] - 2023-11-30
1013
### Fixed

0 commit comments

Comments
 (0)