Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-configs/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.0.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [2.0.1](https://github.com/heroku/heroku-slugs/compare/heroku-slugs-v2.0.0...heroku-slugs-v2.0.1) (2026-01-29)


### Bug Fixes

* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#60](https://github.com/heroku/heroku-slugs/issues/60)) ([f8c5713](https://github.com/heroku/heroku-slugs/commit/f8c57135735e55d58a0ef2b6e98d5327c1468c83))


### Miscellaneous Chores

* onboard shared workflows ([#57](https://github.com/heroku/heroku-slugs/issues/57)) ([ab8aefa](https://github.com/heroku/heroku-slugs/commit/ab8aefaeda53b3bb51d62efb7201f3df583b066f))
* onboard shared workflows ([#59](https://github.com/heroku/heroku-slugs/issues/59)) ([240326f](https://github.com/heroku/heroku-slugs/commit/240326fa01ad97bb2bc010cfb7e05cd5a4644cf0))
* update glob resolution in yarn.lock ([#52](https://github.com/heroku/heroku-slugs/issues/52)) ([db6c3ee](https://github.com/heroku/heroku-slugs/commit/db6c3ee3d5ba666078e70757b95e8250c42b0b01))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/heroku-slugs",
"description": "Heroku CLI Plugin to manage and download slugs",
"version": "2.0.0",
"version": "2.0.1",
"author": "Heroku",
"bugs": {
"url": "https://github.com/heroku/heroku-slugs/issues"
Expand Down
Loading