From ab3f87f33c63838a684c5b2a4b3f879b90c300c6 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:34:22 +0000 Subject: [PATCH] chore: release v1.5.1 --- CHANGELOG.md | 22 ++-------------------- package.json | 2 +- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94da90b..586d7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,62 +6,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.5.1 - 2024-10-30 ### Fixed - -- Update TypeScript configuration for modern module resolution, fixed #45 +- Update TypeScript configuration for modern module resolution, fixed [#45] ## 1.5.0 - 2024-10-07 - ### Changed - - Improved performance by memoizing the callouts object checking function. - Better handling of unsupported callout types. ### Fixed - - Fixed missing dependency for mdast-util-to-string ## 1.4.0 - 2024-08-28 - ### Changed - - Update dependencies ### Fixed - - Removed case sensitivity (#25) ## 1.3.2 - 2024-07-16 - ### Changed - - Added License notice for lucide icons ## 1.1.3 - 2023-04-02 - ### Fixed - - Fixed empty div if there's no remaining content (#3). ## 1.1.2 - 2023-04-02 - ### Changed - - Update readme.md - Update dependencies ## 1.1.0-beta.0 - 2023-04-02 - ### Fixed - - Improve github actions, to avoid missing built files. ## 1.0.7 - 2023-04-02 - ### Added - - Update github actions for auto release and plublishing. ### Fixed - - Fixed empty blockquote (#1). diff --git a/package.json b/package.json index c24ab6f..873ca39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-obsidian-callout", - "version": "1.5.0", + "version": "1.5.1", "description": "A remark plugin to parse Obsidian callouts.", "main": "dist/index.js", "type": "module",