Skip to content

Commit 70859b4

Browse files
committed
v0.19.0
1 parent 0285096 commit 70859b4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ After adding the dprint plugins, update your `dprint.json` and add configuration
5555
// ...
5656
"plugins": [
5757
// ... other plugins URL
58-
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.18.0.wasm"
58+
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.19.0.wasm"
5959
],
6060
"markup": { // <-- the key name here is "markup", not "markup_fmt"
6161
// config comes here

dprint_plugin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint_plugin_markup"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
authors = ["Pig Fang <g-plane@hotmail.com>"]
66
description = "markup_fmt as dprint plugin."

dprint_plugin/deployment/npm/package.json

+1-1
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.18.0",
4+
"version": "0.19.0",
55
"author": "Pig Fang <g-plane@hotmail.com>",
66
"repository": "g-plane/markup_fmt",
77
"license": "MIT",

dprint_plugin/deployment/schema.json

+1-1
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.18.0/schema.json",
3+
"$id": "https://plugins.dprint.dev/g-plane/markup_fmt/v0.19.0/schema.json",
44
"title": "Config",
55
"description": "Configuration for dprint-plugin-markup.",
66
"type": "object",

markup_fmt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup_fmt"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
authors = ["Pig Fang <g-plane@hotmail.com>"]
66
description = "Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks and Vento formatter."

0 commit comments

Comments
 (0)