From 69f3f5f80457311dc6248f7cd46a0cee26e340e7 Mon Sep 17 00:00:00 2001 From: Kimiaki Kuno Date: Mon, 6 Mar 2023 14:28:09 +0900 Subject: [PATCH] chore: release v3.1.3 (#84) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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`](https://github.com/oss-gate/issue-cleaner/compare/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`.
See details 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)
--- _This pull request is automatically generated by [Ship.js](https://github.com/algolia/shipjs)_. --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fcd217..cfd0733f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 89f93666..b2a8cf95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oss-gate-issue-cleaner", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oss-gate-issue-cleaner", - "version": "3.1.2", + "version": "3.1.3", "license": "ISC", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 9669a068..972dcf0d 100644 --- a/package.json +++ b/package.json @@ -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": {