Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sogame committed Oct 22, 2024
1 parent 051d60a commit c1eba55
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].1
run: npm install --no-save prod-danger-plugin-toolbox@npm:[email protected].2
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.2] - 2024-10-22

### Fixed

- Fixed [`getFileOwners`](docs/utilities.md#getfileowners) to return the last match. See [GitHub documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax)
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.1",
"version": "3.1.2",
"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 c1eba55

Please sign in to comment.