Skip to content

Commit 717c8de

Browse files
committed
Merge tag '2.1.0-alpha.1' into develop
v2.1.0-alpha.1
2 parents 85071e0 + 62d6736 commit 717c8de

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.github/workflows/npm-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
release:
1010
runs-on: macos-latest
11+
permissions:
12+
contents: write
13+
id-token: write
1114
steps:
1215
- uses: actions/checkout@v4
1316
- uses: actions/setup-node@v4

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## v2.1.0-alpha.1 - 2024.12.11
10+
11+
### Fixed
12+
13+
- Fix NPM publish ([b5cee7b](https://github.com/studiometa/prettier-formatter-gitlab/commit/b5cee7b))
14+
15+
### Dependencies
16+
17+
- Update dependency prettier to v3.4.2 ([#38](https://github.com/studiometa/prettier-formatter-gitlab/pull/38), [2139c1c](https://github.com/studiometa/prettier-formatter-gitlab/commit/2139c1c))
18+
- Update dependency @studiometa/eslint-config to v4.1.0 ([#32](https://github.com/studiometa/prettier-formatter-gitlab/pull/32), [3b4cc1c](https://github.com/studiometa/prettier-formatter-gitlab/commit/3b4cc1c))
19+
920
## v2.1.0-alpha.0 - 2024.12.11
1021

1122
### Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/prettier-formatter-gitlab",
3-
"version": "2.1.0-alpha.0",
3+
"version": "2.1.0-alpha.1",
44
"description": "A Prettier formatter for the GitLab Code Quality report",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)