Skip to content

Commit

Permalink
release v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Apr 29, 2022
1 parent 313cabc commit f74ea1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.6

- feat: watch abort

## 0.7.5

- feat: add .watchignore
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsw"
version = "0.7.5"
version = "0.7.6"
description = "wasm-pack based build tool"
edition = "2021"
authors = ["lencx <cxin1314@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsw/cli",
"version": "0.7.5",
"version": "0.7.6",
"description": "🦞 wasm-pack based build tool",
"main": "binary.js",
"author": "lencx <cxin1314@gmail.com>",
Expand Down

0 comments on commit f74ea1f

Please sign in to comment.