Skip to content

Commit

Permalink
chore(release): 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 29, 2021
1 parent 0d8be38 commit e288688
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.56.0
override: true
- name: Install wasm32 target
if: matrix.config.kind == 'test_release'
run: rustup target add wasm32-unknown-unknown
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "dprint-plugin-typescript"
version = "0.58.1"
version = "0.59.0"
authors = ["David Sherret <[email protected]>"]
edition = "2018"
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-typescript"
keywords = ["formatting", "formatter", "typescript", "javascript"]
license = "MIT"
Expand All @@ -25,8 +25,8 @@ wasm = ["serde_json", "dprint-core/wasm"]
tracing = ["dprint-core/tracing"]

[dependencies]
deno_ast = { version = "0.4.1", features = ["view"] }
dprint-core = { version = "0.46.4", features = ["formatting"] }
deno_ast = { version = "0.5.0", features = ["view"] }
dprint-core = { version = "0.47.0", features = ["formatting"] }
rustc-hash = "1.1.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit e288688

Please sign in to comment.