From 56c07577f8dcbe99e28920df5d68bad17cb877cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Apr 2022 11:04:59 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 1 + packages/jellycommands/CHANGELOG.md | 6 ++++++ packages/jellycommands/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 0c521da4..447529db 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -16,6 +16,7 @@ "perfect-needles-rush", "rotten-zebras-perform", "sharp-shirts-think", + "silly-goats-kiss", "silver-pots-tickle", "sixty-candles-decide", "small-knives-exercise", diff --git a/packages/jellycommands/CHANGELOG.md b/packages/jellycommands/CHANGELOG.md index 9c9132de..4e2c8736 100644 --- a/packages/jellycommands/CHANGELOG.md +++ b/packages/jellycommands/CHANGELOG.md @@ -1,5 +1,11 @@ # jellycommands +## 1.0.0-next.21 + +### Minor Changes + +- f743648: error catching in events and commands + ## 1.0.0-next.20 ### Patch Changes diff --git a/packages/jellycommands/package.json b/packages/jellycommands/package.json index 61c3556b..9c66a8f0 100644 --- a/packages/jellycommands/package.json +++ b/packages/jellycommands/package.json @@ -1,6 +1,6 @@ { "name": "jellycommands", - "version": "1.0.0-next.20", + "version": "1.0.0-next.21", "author": "GHOST", "license": "MIT", "main": "dist/index.js",