Skip to content

Commit 7c87b70

Browse files
committed
v0.25.1
1 parent 35bf637 commit 7c87b70

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After adding the dprint plugins, update your `dprint.json` and add configuration
4949
// ...
5050
"plugins": [
5151
// ... other plugins URL
52-
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.25.0.wasm"
52+
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.25.1.wasm"
5353
],
5454
"markup": { // <-- the key name here is "markup", not "markup_fmt"
5555
// config comes here

dprint_plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint_plugin_markup"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
edition = "2024"
55
authors = ["Pig Fang <[email protected]>"]
66
description = "markup_fmt as dprint plugin."

dprint_plugin/deployment/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dprint-plugin-markup",
33
"description": "markup_fmt as dprint plugin.",
4-
"version": "0.25.0",
4+
"version": "0.25.1",
55
"author": "Pig Fang <[email protected]>",
66
"repository": "g-plane/markup_fmt",
77
"license": "MIT",

dprint_plugin/deployment/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://plugins.dprint.dev/g-plane/markup_fmt/v0.25.0/schema.json",
3+
"$id": "https://plugins.dprint.dev/g-plane/markup_fmt/v0.25.1/schema.json",
44
"title": "Config",
55
"description": "Configuration for dprint-plugin-markup.",
66
"type": "object",

markup_fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup_fmt"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
edition = "2024"
55
authors = ["Pig Fang <[email protected]>"]
66
description = "Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento, Mustache, Handlebars and XML formatter."

0 commit comments

Comments
 (0)