Skip to content

Commit

Permalink
chore: release v3.1.3 (#84)
Browse files Browse the repository at this point in the history
This pull request prepares the following release:
| Repository | Branch | Update | Change |
|---|---|---|---|
| [issue-cleaner](https://github.com/oss-gate/issue-cleaner) |
releases/v3.1.3 | patch | [`3.1.2` →
`3.1.3`](v3.1.2...releases/v3.1.3)
|

### Release Summary
This is going to be published with the following command:

```:```

### Merging Instructions
When merging this pull request, you need to **Squash and merge** and make sure that the title starts with `chore: release v3.1.3`.
<details>
<summary>See details</summary>

After that, a commit `chore: release v3.1.3` will be added and you or your CI can run `shipjs trigger` to trigger the release based on the commit.
![Squash and merge](https://raw.githubusercontent.com/algolia/shipjs/v0.24.1/assets/squash-and-merge.png)
</details>

---

_This pull request is automatically generated by [Ship.js](https://github.com/algolia/shipjs)_.
  • Loading branch information
knokmki612 authored Mar 6, 2023
1 parent fe4915d commit 69f3f5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.1.3](https://github.com/oss-gate/issue-cleaner/compare/v1.1.0...v3.1.3) (2023-03-06)

* Bump version with dependabot updates

## 3.1.2 (2021-12-11)


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,7 +1,7 @@
{
"name": "oss-gate-issue-cleaner",
"description": "A GitHub Actions for cleaning issues of OSS Gate Workshop repository",
"version": "3.1.2",
"version": "3.1.3",
"author": "OSS Gate",
"bugs": "https://github.com/oss-gate/issue-cleaner/issues",
"dependencies": {
Expand Down

0 comments on commit 69f3f5f

Please sign in to comment.