Skip to content

Commit a61a40e

Browse files
committed
bump version of @postbote/cli to 0.6.0
1 parent 4fa4ceb commit a61a40e

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.changeset/shaggy-needles-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
"clean": "turbo clean && rm -rf node_modules/",
1616
"publish": "changeset publish",
1717
"changeset": "changeset add",
18+
"changeset:apply": "changeset version",
1819
"prepare": "husky install"
1920
},
21+
"author": "KS Ventures GmbH <hi@ksv.vc>",
2022
"devDependencies": {
2123
"@changesets/changelog-github": "^0.4.6",
2224
"@changesets/cli": "^2.24.4",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@postbote/cli` changelog
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [`57803f6`](https://github.com/ksv-vc/postbote/commit/57803f6f617bac7f3cad9a7e18e7d1c80ace8b7a) Thanks [@iduuck](https://github.com/iduuck)! - add option to use `react-email` in previews
8+
39
## 0.5.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@postbote/cli",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"homepage": "https://postbote.dev",
66
"repository": {

0 commit comments

Comments
 (0)