Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
escwxyz committed Jul 16, 2024
1 parent 5e44a3b commit 3c5f18d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

Added default callout content class

### Changed

- Added License notice for lucide icons
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "remark-obsidian-callout",
"version": "1.1.3",
"version": "1.2.0",
"description": "A remark plugin to parse Obsidian callouts.",
"main": "dist/index.js",
"type": "module",
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "vitest",
Expand Down Expand Up @@ -53,4 +53,4 @@
"unified": "^10.1.2",
"vitest": "^0.30.0"
}
}
}

0 comments on commit 3c5f18d

Please sign in to comment.