Skip to content

Commit 90b78aa

Browse files
chore: Release 3.0.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f290b27 commit 90b78aa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [3.0.0](https://www.github.com/phated/github-download-directory/compare/v2.0.0...v3.0.0) (2022-04-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for node 10
9+
* Support different default branches (#8)
10+
11+
### Features
12+
13+
* Support different default branches ([#8](https://www.github.com/phated/github-download-directory/issues/8)) ([f22f1fe](https://www.github.com/phated/github-download-directory/commit/f22f1fe808c9279d96ae3f74ed48dad868ce7a0b))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Drop support for node 10 ([f22f1fe](https://www.github.com/phated/github-download-directory/commit/f22f1fe808c9279d96ae3f74ed48dad868ce7a0b))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-download-directory",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Download the contents of a given directory from a repository on GitHub.",
55
"repository": "phated/github-download-directory",
66
"author": "Blaine Bublitz <[email protected]> (https://github.com/phated)",

0 commit comments

Comments
 (0)