Skip to content

Commit f8258dd

Browse files
committed
Release 1.5.1
1 parent c959ca9 commit f8258dd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.5.1 (2022-03-17)
2+
3+
BUG FIXES:
4+
5+
- Fix `download` and `verify` ([#27](https://github.com/hashicorp/js-releases/pull/27))
6+
7+
INTERNAL:
8+
9+
- Add prettier and format code ([#28](https://github.com/hashicorp/js-releases/pull/28))
10+
111
# 1.5.0 (2022-02-07)
212

313
ENHANCEMENT:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/js-releases",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Download packages from releases.hashicorp.com",
55
"main": "./out/index.js",
66
"types": "./out/index.d.ts",

0 commit comments

Comments
 (0)