From aae0f346fab9feb9248e7bcd0bc577cd05f979ca Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Thu, 11 Jul 2024 19:50:12 +0200 Subject: [PATCH] fix #72 --- CHANGELOG.md | 6 ++++++ src/environment.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 893a139..a757ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.12.9] - Unreleased +### Fixed +- Includes when the inital url is not specified fails [#72]. + ## [0.12.8] - 2024-07-04 ### Added - Allow the trimming syntax in comments [#70]. @@ -240,7 +244,9 @@ First version [#64]: https://github.com/oscarotero/vento/issues/64 [#65]: https://github.com/oscarotero/vento/issues/65 [#70]: https://github.com/oscarotero/vento/issues/70 +[#72]: https://github.com/oscarotero/vento/issues/72 +[0.12.9]: https://github.com/oscarotero/vento/compare/v0.12.8...HEAD [0.12.8]: https://github.com/oscarotero/vento/compare/v0.12.7...v0.12.8 [0.12.7]: https://github.com/oscarotero/vento/compare/v0.12.6...v0.12.7 [0.12.6]: https://github.com/oscarotero/vento/compare/v0.12.5...v0.12.6 diff --git a/src/environment.ts b/src/environment.ts index 3bc85e4..477dedf 100644 --- a/src/environment.ts +++ b/src/environment.ts @@ -181,7 +181,7 @@ export class Environment { } async load(file: string, from?: string): Promise