diff --git a/CHANGES.adoc b/CHANGES.adoc index 1b36420..104c8ef 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,13 @@ = Changes +== 13.0.0 (2021-08-01) + +* Added install Node function - Brooke Kuhlmann +* Updated Node package install script to use NPM - Brooke Kuhlmann +* Updated Ruby installer to use Frum - Brooke Kuhlmann +* Updated shell option help text - Brooke Kuhlmann +* Removed NPM install check function - Brooke Kuhlmann + == 12.0.1 (2021-07-17) * Updated to Ruby 3.0.1 - Brooke Kuhlmann diff --git a/README.adoc b/README.adoc index 0dfe49b..4d25256 100644 --- a/README.adoc +++ b/README.adoc @@ -59,7 +59,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 12.0.1 +git checkout 13.0.0 ---- == Usage