Skip to content

Commit 7f19d92

Browse files
committed
chore(release): 0.27.0
1 parent 7bf3250 commit 7f19d92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dprint-plugin-typescript"
33
description = "TypeScript code formatting plugin for dprint."
44
keywords = ["formatting", "formatter", "typescript"]
5-
version = "0.26.0"
5+
version = "0.27.0"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -24,7 +24,7 @@ panic = "abort"
2424
wasm = ["serde_json", "dprint-core/wasm"]
2525

2626
[dependencies]
27-
dprint-core = { version = "0.26.2", features = ["formatting"] }
27+
dprint-core = { version = "0.28.0", features = ["formatting"] }
2828
swc_common = "=0.8.0"
2929
swc_ecmascript = { version = "=0.1.0", features = ["parser"] }
3030
serde = { version = "1.0.88", features = ["derive"] }

0 commit comments

Comments
 (0)