Skip to content

Commit

Permalink
chore: release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent 5fea64b commit ab3f87f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 2 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,50 @@
# 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ab3f87f

Please sign in to comment.