diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d2d73..1c3a834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.19 + +- Revert v0.1.18, because some npm/pnpm flags are not supported by dum. + ## v0.1.18 - Replacing `npm run` `yarn` `pnpm run` `npx` `pnpx` in npm script with `dum`. diff --git a/Cargo.lock b/Cargo.lock index a86e479..628a72d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "dum" -version = "0.1.18" +version = "0.1.19" dependencies = [ "ansi_term", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 6214b31..f8194ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dum" -version = "0.1.18" +version = "0.1.19" edition = "2021" license = "MIT" description = "An npm scripts runner"