Skip to content

Commit acede32

Browse files
authored
Merge pull request #6 from softnetics/changeset-release/main
Version Packages
2 parents c3bd283 + 20e968c commit acede32

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/lazy-squids-stare.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c3bd283650c930b88df6ca4008dfd9a9fb7a3815`](https://github.com/softnetics/what-is-dis/commit/c3bd283650c930b88df6ca4008dfd9a9fb7a3815)]:
8+
- @softnetics/what-is-dis@1.0.2
9+
310
## 0.0.2
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.2",
4+
"version": "0.0.3",
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.0.2
4+
5+
### Patch Changes
6+
7+
- [`c3bd283650c930b88df6ca4008dfd9a9fb7a3815`](https://github.com/softnetics/what-is-dis/commit/c3bd283650c930b88df6ca4008dfd9a9fb7a3815) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add getClient method for exposing Discord.js client
8+
39
## 1.0.1
410

511
### Patch 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.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)