Skip to content

Commit 04498b3

Browse files
authored
chore(release): 0.38.1
1 parent 523a505 commit 04498b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 and JavaScript code formatter."
44
keywords = ["formatting", "formatter", "typescript", "javascript"]
5-
version = "0.38.0"
5+
version = "0.38.1"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -28,7 +28,7 @@ dprint-core = { version = "0.34.0", features = ["formatting"] }
2828
fnv = "1.0.3"
2929
swc_common = "0.10.8"
3030
swc_ecmascript = { version = "0.17.0", features = ["parser"] }
31-
swc_ast_view = { version = "0.3.1", package = "dprint-swc-ecma-ast-view" }
31+
swc_ast_view = { version = "0.3.2", package = "dprint-swc-ecma-ast-view" }
3232
serde = { version = "1.0.118", features = ["derive"] }
3333
serde_json = { version = "1.0", optional = true }
3434

0 commit comments

Comments
 (0)