Skip to content

Commit 94a5cd3

Browse files
committed
chore(release): 0.56.0
1 parent b70508d commit 94a5cd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: rustup target add wasm32-unknown-unknown
2626

2727
- name: Cache cargo
28+
if: startsWith(github.ref, 'refs/tags/') != true
2829
uses: Swatinem/rust-cache@v1
2930

3031
- name: Build debug

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.55.0"
3+
version = "0.56.0"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"

0 commit comments

Comments
 (0)