Skip to content

Commit

Permalink
chore(release): v2.9.127
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 23, 2022
1 parent 1ea3ca2 commit 6e8f195
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.9.127](https://github.com/ridedott/merge-me-action/compare/v2.9.126...v2.9.127) (2022-03-23)

### Chores

- **deps-dev:** bump @ridedott/eslint-config from 2.13.22 to 2.19.21
([1ea3ca2](https://github.com/ridedott/merge-me-action/commit/1ea3ca2dd616fe8232987e03d1bf7e8828bbf7d2))

## [2.9.126](https://github.com/ridedott/merge-me-action/compare/v2.9.125...v2.9.126) (2022-03-22)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion dist/common/listBranchProtectionRules.d.ts.map

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

2 changes: 1 addition & 1 deletion dist/common/makeGraphqlIterator.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getOctokit } from '@actions/github';
import { GraphQlQueryResponseData } from '@octokit/graphql';
import type { GraphQlQueryResponseData } from '@octokit/graphql';
export interface IterableList<Iterable> {
edges: Array<{
node: Iterable;
Expand Down
2 changes: 1 addition & 1 deletion dist/common/makeGraphqlIterator.d.ts.map

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

2 changes: 1 addition & 1 deletion dist/eventHandlers/continuousIntegrationEnd/index.d.ts.map

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

Binary file modified dist/index.js.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.js.cache.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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
Expand Up @@ -95,5 +95,5 @@
"test:watch": "jest --watch --verbose false",
"types": "tsc --noEmit"
},
"version": "2.9.126"
"version": "2.9.127"
}

0 comments on commit 6e8f195

Please sign in to comment.