Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Mar 12, 2024
2 parents 18b3376 + 29c3c10 commit 736e9ff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: NPM Publish
name: Release

on:
release:
types: [created]
push:
tags:
- '*.*.*'

jobs:
publish:
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### v1.1.3 - 2024.03.12
## v1.1.4 - 2024.03.12

### Fixed

- Fix auto-publish on tag push ([42f3f95](https://github.com/studiometa/prettier-formatter-gitlab/commit/42f3f95))

## v1.1.3 - 2024.03.12

### Fixed

Expand All @@ -18,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Simplify NPM pulbish action ([4ed273f](https://github.com/studiometa/prettier-formatter-gitlab/commit/4ed273f))
- Update Node v12 → v20 ([f59fcb4](https://github.com/studiometa/prettier-formatter-gitlab/commit/f59fcb4))

### v1.1.2 - 2022.03.11
## v1.1.2 - 2022.03.11

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/prettier-formatter-gitlab",
"version": "1.1.3",
"version": "1.1.4",
"description": "A Prettier formatter for the GitLab Code Quality report",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 736e9ff

Please sign in to comment.