Skip to content

Commit 1b8ad00

Browse files
authored
chore(release): 0.28.0
1 parent c13f493 commit 1b8ad00

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 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.27.0"
5+
version = "0.28.0"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525

2626
[dependencies]
2727
dprint-core = { version = "0.28.0", features = ["formatting"] }
28-
swc_common = "=0.9.0"
29-
swc_ecmascript = { version = "=0.3.0", features = ["parser"] }
28+
swc_common = "=0.9.1"
29+
swc_ecmascript = { version = "=0.3.1", features = ["parser"] }
3030
serde = { version = "1.0.88", features = ["derive"] }
3131
serde_json = { version = "1.0", optional = true }
3232

0 commit comments

Comments
 (0)