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