From d49132a24e48d3c2fa6c2d3dfd88e0ee37c96fcc Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Wed, 13 Dec 2023 19:47:18 +0100 Subject: [PATCH] new patch --- CHANGELOG.md | 6 ++++++ plugins.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4adea..d675c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,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.13.2] - 2023-12-13 +### Fixed +- Break long links [#19]. + ## [0.13.1] - 2023-12-10 ### Fixed - Archive pages [#17] on Lume 2.0.0. @@ -168,7 +172,9 @@ First version [#15]: https://github.com/lumeland/theme-simple-blog/issues/15 [#16]: https://github.com/lumeland/theme-simple-blog/issues/16 [#17]: https://github.com/lumeland/theme-simple-blog/issues/17 +[#19]: https://github.com/lumeland/theme-simple-blog/issues/19 +[0.13.2]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/lumeland/theme-simple-blog/compare/v0.12.2...v0.13.0 [0.12.2]: https://github.com/lumeland/theme-simple-blog/compare/v0.12.1...v0.12.2 diff --git a/plugins.ts b/plugins.ts index b8181b0..dafc0e6 100644 --- a/plugins.ts +++ b/plugins.ts @@ -64,7 +64,7 @@ export default function (options: Options = {}) { // Basic CSS Design System site.remoteFile( "_includes/css/ds.css", - "https://unpkg.com/@lumeland/ds@0.3.2/ds.css", + "https://unpkg.com/@lumeland/ds@0.3.3/ds.css", ); // Mastodon comment system