From 878e980c0fedb923b6871b6c5a8de8fb81f88ae2 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Sat, 15 Dec 2018 14:15:54 +0100 Subject: [PATCH] Update release notes --- release-notes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 0f3a87e9..0c3cb1f1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,7 +2,15 @@ ## Development -[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.4...master) +[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.5...master) + +## v3.0.5 - December 15th, 2018 +- chore: use node 10.x in travis-build - 4ed0a62 + +Compatibility notes: +- no breaking changes + +[Commits](https://github.com/wycats/handlebars.js/compare/v3.0.4...v3.0.5) ## v3.0.4 - December 15th, 2018 - Further relax uglify dependency - 4cd5305