Skip to content

Commit

Permalink
Prepare release v284 (#1522)
Browse files Browse the repository at this point in the history
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Nov 15, 2024
1 parent b17267f commit abd7281
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [v284] - 2024-11-15

- Default Node.js version now 22.11.0 (https://github.com/heroku/heroku-buildpack-ruby/pull/1503)
- Default Yarn version now 1.22.22 (https://github.com/heroku/heroku-buildpack-ruby/pull/1503)

Expand Down Expand Up @@ -1595,7 +1598,8 @@ Bugfixes:
* Change gem detection to use lockfile parser
* use `$RACK_ENV` when thin is detected for rack apps

[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v283...main
[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v284...main
[v284]: https://github.com/heroku/heroku-buildpack-ruby/compare/v283...v284
[v283]: https://github.com/heroku/heroku-buildpack-ruby/compare/v282...v283
[v282]: https://github.com/heroku/heroku-buildpack-ruby/compare/v281...v282
[v281]: https://github.com/heroku/heroku-buildpack-ruby/compare/v280...v281
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/language_pack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LanguagePack
class LanguagePack::Base
BUILDPACK_VERSION = "v283"
BUILDPACK_VERSION = "v284"
end
end

0 comments on commit abd7281

Please sign in to comment.