Skip to content

Commit

Permalink
Merge pull request #42 from DuroCodes/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
DuroCodes authored Feb 3, 2023
2 parents b4522ef + 931e330 commit ee89c29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-masks-enjoy.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/guards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spark.ts/guards

## 1.2.0

### Minor Changes

- b4522ef: Add new helpers: `ByUser`, `IsBot`, `InServer`. Adds utility helpers: `Or` and `Not`

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/guards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark.ts/guards",
"version": "1.1.0",
"version": "1.2.0",
"description": "A plugin for @spark.ts/handler which adds conditions to commands that have to be passed in order for the command to run.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ee89c29

Please sign in to comment.