diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff4d891..532703d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e8274..91d21f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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