Skip to content

Commit 807bb49

Browse files
committed
Merge tag '2.0.0-alpha.1' into develop
v2.0.0-alpha.1
2 parents 7bb6519 + 019c35a commit 807bb49

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## v2.0.0-alpha.1 - 2024.04.16
10+
911
### Added
1012

1113
- Add support for both `-c` or `-l` flag from the Prettier command ([741f555](https://github.com/studiometa/prettier-formatter-gitlab/commit/741f555))

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.0.0-alpha.0",
3+
"version": "2.0.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)