Skip to content

Commit f35932b

Browse files
committed
release v0.0.15
1 parent c92bef1 commit f35932b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/js-test-and-release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ jobs:
213213
needs: [release-check]
214214
runs-on: ubuntu-latest
215215
if: needs.release-check.outputs.release == 'true'
216-
permissions:
217-
id-token: write
218-
contents: write
219-
pull-requests: write
220216
steps:
221217
- uses: actions/checkout@v3
222218
with:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [0.0.15] - 2023-11-30
10+
### Fixed
11+
- revert adding permissions in JS release job (we cannot do that in a reusable workflow)
12+
913
## [0.0.14] - 2023-11-30
1014
### Changed
1115
- permissions in JS release job

0 commit comments

Comments
 (0)