Skip to content

Commit c6ec005

Browse files
author
GitHub Action
committed
chore(release): publish 4.0.0 [skip-ci]
1 parent 711b4f4 commit c6ec005

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.0](https://github.com/wagoid/commitlint-github-action/compare/v3.1.4...v4.0.0) (2021-07-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Node.js version used on the action updated from 12 to
11+
16
12+
13+
### Features
14+
15+
* update dependencies that needed to switch to ESM syntax ([5463926](https://github.com/wagoid/commitlint-github-action/commit/5463926c07584c419d865a3fc9efdb382be54995))
16+
* upgrade to node.js 16 to support ES modules by default ([30d514f](https://github.com/wagoid/commitlint-github-action/commit/30d514f252505053d2e65896a0865ff0302b7233))
17+
518
### [3.1.4](https://github.com/wagoid/commitlint-github-action/compare/v3.1.3...v3.1.4) (2021-05-19)
619

720
### [3.1.3](https://github.com/wagoid/commitlint-github-action/compare/v3.1.2...v3.1.3) (2021-05-10)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ outputs:
3333
description: The error and warning messages for each one of the analyzed commits
3434
runs:
3535
using: docker
36-
image: docker://wagoid/commitlint-github-action:3.1.4
36+
image: docker://wagoid/commitlint-github-action:4.0.0
3737
branding:
3838
icon: check-square
3939
color: blue

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-github-action",
3-
"version": "3.1.4",
3+
"version": "4.0.0",
44
"description": "commitlint github action",
55
"private": true,
66
"exports": "./run.js",

0 commit comments

Comments
 (0)