Skip to content

Commit

Permalink
Merge pull request #624 from heroku/schneems/v169
Browse files Browse the repository at this point in the history
v169
  • Loading branch information
schneems committed Sep 28, 2017
2 parents 74a9069 + 75977fc commit a4ce84b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,11 +1,13 @@
## v169 (09/28/2017)

* Yarn version upgraded to v1.0.2

## v168 (08/14/2017)

* Install Node when using either ExecJS _or_ Webpacker (#608)
* Make installs more robust against temporary network issues by retrying failed
downloads in `LanguagePack::Fetcher#fetch_untar`, which installs Rubies (#585)

* Yarn version upgraded to v1.0.2

## v167 (07/25/2016)

* Update Bundler to 1.15.2 (#602)
Expand Down
2 changes: 1 addition & 1 deletion lib/language_pack/version.rb
Expand Up @@ -3,6 +3,6 @@
# This file is automatically generated by rake
module LanguagePack
class LanguagePack::Base
BUILDPACK_VERSION = "v168"
BUILDPACK_VERSION = "v169"
end
end

0 comments on commit a4ce84b

Please sign in to comment.