Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sogame committed Oct 21, 2024
1 parent a8c1b6f commit e332d7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: HUSKY=0 npm ci --quiet

- name: Install danger-plugin-toolbox (for Danger step)
run: npm install --no-save prod-danger-plugin-toolbox@npm:[email protected].0
run: npm install --no-save prod-danger-plugin-toolbox@npm:[email protected].1
if: github.event_name == 'pull_request' && matrix['node-version'] == '18'

- name: Run linters
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

**Nothing yet**

## [3.1.1] - 2024-10-21

### Fixed

- Fix export for [`commonRequireFilesInCodeowners`](docs/validations.md#commonrequirefilesincodeowners).
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": "danger-plugin-toolbox",
"version": "3.1.0",
"version": "3.1.1",
"description": "Danger Plugin Toolbox is a Danger JS plugin containing a set of common validations and utilities, build to make it easy to start using Danger JS.",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit e332d7a

Please sign in to comment.