Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Apr 2, 2024
1 parent 357ff6d commit 66ccd12
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ After adding the dprint plugins, update your `dprint.json` and add configuration
// ...
"plugins": [
// ... other plugins URL
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.6.0.wasm"
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.7.0.wasm"
],
"markup": { // <-- the key name here is "markup", not "markup_fmt"
// config comes here
Expand Down
2 changes: 1 addition & 1 deletion dprint_plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint_plugin_markup"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "markup_fmt as dprint plugin."
Expand Down
2 changes: 1 addition & 1 deletion dprint_plugin/deployment/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dprint-plugin-markup",
"description": "markup_fmt as dprint plugin.",
"version": "0.6.0",
"version": "0.7.0",
"author": "Pig Fang <g-plane@hotmail.com>",
"repository": "g-plane/markup_fmt",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion dprint_plugin/deployment/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://plugins.dprint.dev/g-plane/markup_fmt/v0.6.0/schema.json",
"$id": "https://plugins.dprint.dev/g-plane/markup_fmt/v0.7.0/schema.json",
"title": "Config",
"description": "Configuration for dprint-plugin-markup.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion markup_fmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markup_fmt"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "Configurable HTML/Vue/Svelte/Astro/Jinja/Twig/Nunjucks/Vento formatter."
Expand Down

0 comments on commit 66ccd12

Please sign in to comment.