Skip to content

Commit

Permalink
chore: release v0.0.16 (#64)
Browse files Browse the repository at this point in the history
* chore: release v0.0.16

* fix: ensure release has necessary permissions
  • Loading branch information
galargh committed Feb 29, 2024
1 parent 261b7a0 commit 04823b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
release:
name: Realase
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- id: release
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.0.16] - 2024-02-29
### Fixed
- install playwright dependencies before using it

## [0.0.15] - 2023-11-30
### Fixed
Expand Down

0 comments on commit 04823b8

Please sign in to comment.