Skip to content

Commit

Permalink
Merge branch 'release/2.1.0-alpha.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Dec 11, 2024
2 parents 9bb2d6e + baff906 commit 62d6736
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
release:
runs-on: macos-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## v2.1.0-alpha.1 - 2024.12.11

### Fixed

- Fix NPM publish ([b5cee7b](https://github.com/studiometa/prettier-formatter-gitlab/commit/b5cee7b))

### Dependencies

- 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))
- 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))

## v2.1.0-alpha.0 - 2024.12.11

### Added
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/prettier-formatter-gitlab",
"version": "2.1.0-alpha.0",
"version": "2.1.0-alpha.1",
"description": "A Prettier formatter for the GitLab Code Quality report",
"main": "src/index.js",
"type": "module",
Expand Down Expand Up @@ -39,11 +39,11 @@
},
"homepage": "https://github.com/studiometa/prettier-formatter-gitlab#readme",
"devDependencies": {
"@studiometa/eslint-config": "4.0.1",
"@studiometa/eslint-config": "4.1.0",
"@studiometa/prettier-config": "4.1.0",
"bun": "1.1.38",
"eslint": "9.4.0",
"prettier": "3.3.3"
"prettier": "3.4.2"
},
"dependencies": {
"chalk": "^5.3.0",
Expand Down

0 comments on commit 62d6736

Please sign in to comment.