From 815f5c19f0e6f1561cb3832734aae2154cb60919 Mon Sep 17 00:00:00 2001 From: Edward Loveall Date: Sun, 6 Nov 2022 17:33:20 -0500 Subject: [PATCH] Update to nodejs 16.18.0 It was pretty old, but also it wasn't installing correctly on an Apple Silicon machine. --- .tool-versions | 2 +- CHANGELOG | 6 +++++- src/version.cr | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index d933386..83bedd9 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -nodejs 12.14.1 +nodejs 16.18.0 crystal 1.5.0 diff --git a/CHANGELOG b/CHANGELOG index e63f441..58f6a9b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ 2022-10-30 -Fix viewing articles if the URL has a trailing slash +* Update to nodejs 16.18.0 + +2022-10-30 + +* Fix viewing articles if the URL has a trailing slash 2022-10-11 diff --git a/src/version.cr b/src/version.cr index ea2abf0..28051b8 100644 --- a/src/version.cr +++ b/src/version.cr @@ -1,3 +1,3 @@ module Scribe - VERSION = "2022-10-30" + VERSION = "2022-11-06" end