Skip to content

Commit

Permalink
Release 1.7.1 (#191)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* 1.7.1
  • Loading branch information
dbanck authored Oct 24, 2023
1 parent 7a31f7c commit 6f0c235
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.7.1 (2023-10-24)

ENHANCEMENT:

* Bump Node version to 18 by @dbanck in https://github.com/hashicorp/js-releases/pull/168

INTERNAL:

* Bump @types/node from 14.18.58 to 18.18.6 by @dependabot in https://github.com/hashicorp/js-releases/pull/167
* Bump @types/semver from 7.5.1 to 7.5.4 by @dependabot in https://github.com/hashicorp/js-releases/pull/169
* Bump openpgp from 5.10.1 to 5.10.2 by @dependabot in https://github.com/hashicorp/js-releases/pull/172
* Bump @types/yauzl from 2.10.0 to 2.10.2 by @dependabot in https://github.com/hashicorp/js-releases/pull/175
* SEC-090: Automated trusted workflow pinning (2023-09-27) by @hashicorp-tsccr in https://github.com/hashicorp/js-releases/pull/179
* Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in https://github.com/hashicorp/js-releases/pull/180
* Bump @babel/traverse from 7.18.8 to 7.23.2 by @dependabot in https://github.com/hashicorp/js-releases/pull/185

# 1.7.0 (2023-09-07)

ENHANCEMENT:
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,6 +1,6 @@
{
"name": "@hashicorp/js-releases",
"version": "1.7.0",
"version": "1.7.1",
"description": "Download packages from releases.hashicorp.com",
"main": "./out/index.js",
"types": "./out/index.d.ts",
Expand Down

0 comments on commit 6f0c235

Please sign in to comment.