Skip to content

Commit

Permalink
chore: release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent 9e6d2c3 commit 8253cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,33 @@
# 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.3.2 - 2024-07-16
Update readme

### 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).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-obsidian-callout",
"version": "1.3.1",
"version": "1.3.2",
"description": "A remark plugin to parse Obsidian callouts.",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -53,4 +53,4 @@
"unified": "^10.1.2",
"vitest": "^0.30.0"
}
}
}

0 comments on commit 8253cf8

Please sign in to comment.