From 9d46bd9bb4e63e661899f662005dc3819831a063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sun, 10 Nov 2024 13:10:22 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb9cc5..4b5d143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## Version [1.1.0](https://github.com/cedx/koa-eta/compare/v1.0.0...v1.1.0) +- The `pug()` function now returns the entire [Pug](https://pugjs.org) module instead of a subset. + ## Version 1.0.0 - Initial release.