Skip to content

Commit bcfb8d0

Browse files
Version Packages (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f5d618a commit bcfb8d0

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/three-berries-impress.md

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

examples/bun-simple-bot/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/bun-simple-bot
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5d618aba0d8b63d056927d2a20dcc6f17416045`](https://github.com/softnetics/what-is-dis/commit/f5d618aba0d8b63d056927d2a20dcc6f17416045)]:
8+
- @softnetics/what-is-dis@1.2.0
9+
310
## 0.0.4
411

512
### Patch Changes

examples/bun-simple-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/bun-simple-bot",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"scripts": {
77
"dev": "bun --watch src/index.ts"

packages/what-is-dis/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @softnetics/what-is-dis
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#10](https://github.com/softnetics/what-is-dis/pull/10) [`f5d618aba0d8b63d056927d2a20dcc6f17416045`](https://github.com/softnetics/what-is-dis/commit/f5d618aba0d8b63d056927d2a20dcc6f17416045) Thanks [@peam1146](https://github.com/peam1146)! - Add reregister command to bot
8+
39
## 1.1.0
410

511
### Minor Changes

packages/what-is-dis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softnetics/what-is-dis",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"type": "module",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)