diff --git a/.changeset/ready-rivers-crash.md b/.changeset/ready-rivers-crash.md deleted file mode 100644 index 8271f60..0000000 --- a/.changeset/ready-rivers-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wtc": patch ---- - -feature: adds task selection diff --git a/CHANGELOG.md b/CHANGELOG.md index 67213c1..811446f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # wtc +## 0.3.3 + +### Patch Changes + +- [#34](https://github.com/wethegit/wtc/pull/34) [`fc29f8f`](https://github.com/wethegit/wtc/commit/fc29f8f6798d63a2708bc400f526cc8927e64b12) Thanks [@marlonmarcello](https://github.com/marlonmarcello)! - feature: adds task selection + ## 0.3.2 ### Patch Changes diff --git a/package.json b/package.json index ae750d3..3f26ab7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wtc", - "version": "0.3.2", + "version": "0.3.3", "private": true, "type": "module", "module": "src/index.ts",