Skip to content

Commit 62d6736

Browse files
committed
Merge branch 'release/2.1.0-alpha.1'
2 parents 9bb2d6e + baff906 commit 62d6736

File tree

4 files changed

+27
-13
lines changed

4 files changed

+27
-13
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

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

package.json

+3-3
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",
@@ -39,11 +39,11 @@
3939
},
4040
"homepage": "https://github.com/studiometa/prettier-formatter-gitlab#readme",
4141
"devDependencies": {
42-
"@studiometa/eslint-config": "4.0.1",
42+
"@studiometa/eslint-config": "4.1.0",
4343
"@studiometa/prettier-config": "4.1.0",
4444
"bun": "1.1.38",
4545
"eslint": "9.4.0",
46-
"prettier": "3.3.3"
46+
"prettier": "3.4.2"
4747
},
4848
"dependencies": {
4949
"chalk": "^5.3.0",

0 commit comments

Comments
 (0)