Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit a40209e

Browse files
chore: release 3.0.0 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bdd2c5b commit a40209e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "3.0.0"
33
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/npm/move-file/compare/v2.0.1...v3.0.0) (2022-10-10)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `@npmcli/move-file` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`401b148`](https://github.com/npm/move-file/commit/401b148c4ca06282acdf96b5a75abcc5404f7bc9) [#29](https://github.com/npm/move-file/pull/29) postinstall for dependabot template-oss PR (@lukekarrys)
12+
313
## [2.0.1](https://github.com/npm/move-file/compare/v2.0.0...v2.0.1) (2022-08-15)
414

515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/move-file",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)