Skip to content

Commit 7002e7f

Browse files
committed
chore(release): 0.9.1
1 parent 9510263 commit 7002e7f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
run: |
7575
cd deployment/npm
7676
npm publish --access public
77+
git reset --hard
7778
7879
# CARGO PUBLISH
7980
- name: Cargo login

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dprint-plugin-markdown"
33
description = "Markdown formatter for dprint."
4-
version = "0.9.0"
4+
version = "0.9.1"
55
authors = ["David Sherret <[email protected]>"]
66
license = "MIT"
77
edition = "2018"

0 commit comments

Comments
 (0)