We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98944a commit 0737f09Copy full SHA for 0737f09
.github/workflows/release.yml
@@ -10,6 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
permissions:
12
contents: write
13
+ packages: write
14
steps:
15
- uses: actions/checkout@v4
16
with:
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## 0.8.0-beta.1 - 2025-03-19
+## 0.8.0-beta.1 - 2025-03-22
9
### Fixed
0 commit comments