Skip to content

Commit

Permalink
Release 1.7.2 (#207)
Browse files Browse the repository at this point in the history
* Release 1.7.2
  • Loading branch information
jpogran authored Nov 28, 2023
1 parent 66f082f commit 92ee45e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 1.7.2 (2023-11-27)

INTERNAL:

* Update Axios to 1.6.2 by @xiehan in https://github.com/hashicorp/js-releases/pull/206
* Bump @types/node from 18.18.6 to 18.18.7 by @dependabot in https://github.com/hashicorp/js-releases/pull/192
* Bump openpgp from 5.10.2 to 5.11.0 by @dependabot in https://github.com/hashicorp/js-releases/pull/193
* Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in https://github.com/hashicorp/js-releases/pull/186
* Bump @types/node from 18.18.7 to 18.18.8 by @dependabot in https://github.com/hashicorp/js-releases/pull/194
* github: Disable dependabot for GHA by @radeksimko in https://github.com/hashicorp/js-releases/pull/195
* Bump @types/yauzl from 2.10.2 to 2.10.3 by @dependabot in https://github.com/hashicorp/js-releases/pull/198
* Bump @types/semver from 7.5.4 to 7.5.5 by @dependabot in https://github.com/hashicorp/js-releases/pull/197
* Bump @types/node from 18.18.8 to 18.18.9 by @dependabot in https://github.com/hashicorp/js-releases/pull/196
* Bump @types/node from 18.18.9 to 18.18.10 by @dependabot in https://github.com/hashicorp/js-releases/pull/201
* build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in https://github.com/hashicorp/js-releases/pull/200
* Bump @types/node from 18.18.10 to 18.18.11 by @dependabot in https://github.com/hashicorp/js-releases/pull/203
* Bump @types/semver from 7.5.5 to 7.5.6 by @dependabot in https://github.com/hashicorp/js-releases/pull/202
* Bump @types/node from 18.18.11 to 18.18.12 by @dependabot in https://github.com/hashicorp/js-releases/pull/204
* Bump @types/node from 18.18.12 to 18.18.13 by @dependabot in https://github.com/hashicorp/js-releases/pull/205

# 1.7.1 (2023-10-24)

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.1",
"version": "1.7.2",
"description": "Download packages from releases.hashicorp.com",
"main": "./out/index.js",
"types": "./out/index.d.ts",
Expand Down

0 comments on commit 92ee45e

Please sign in to comment.