diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d8704..554f00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.0.1: + + * fixed bug that prevented overwritting the node/npm versions (moved the `src_url`s as local variables instead of attributes) - thanks @johannesbecker + * updated the default versions to the latest node/npm + ## v1.0.0: * added packages installation support thanks to Nathan L Smith diff --git a/metadata.rb b/metadata.rb index 0d09225..b98a3cb 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ license "Apache 2.0" description "Installs/Configures nodejs" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "1.0.0" +version "1.0.1" recipe "nodejs", "Installs Node.JS based on the default installation method" recipe "nodejs::install_from_source", "Installs Node.JS from source"