Skip to content

Commit 68a59d8

Browse files
committed
Release v1.1.2
1 parent 36a40e3 commit 68a59d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.2:
2+
* update default version of node to 0.10.2 - ([@bakins][])
3+
* fully migrated to test-kitchen 1.alpha and vagrant 1.1.x/berkshelf 1.3.1
4+
15
## v1.1.1:
26
* update default versions to the latest: node - v0.10.0 and npm - v1.2.14
37
* `make_thread` is now a real attribute - ([@ChrisLundquist][])
@@ -35,3 +39,4 @@
3539
[@markbirbeck]: https://github.com/markbirbeck
3640
[@johannesbecker]: https://github.com/johannesbecker
3741
[@smith]: https://github.com/smith
42+
[@bakins]: https://github.com/bakins

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
license "Apache 2.0"
44
description "Installs/Configures nodejs"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "1.1.1"
6+
version "1.1.2"
77
name "nodejs"
88
provides "nodejs"
99

0 commit comments

Comments
 (0)