We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70508d commit 94a5cd3Copy full SHA for 94a5cd3
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
run: rustup target add wasm32-unknown-unknown
26
27
- name: Cache cargo
28
+ if: startsWith(github.ref, 'refs/tags/') != true
29
uses: Swatinem/rust-cache@v1
30
31
- name: Build debug
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dprint-plugin-typescript"
3
-version = "0.55.0"
+version = "0.56.0"
4
authors = ["David Sherret <[email protected]>"]
5
edition = "2018"
6
homepage = "https://github.com/dprint/dprint-plugin-typescript"
0 commit comments