Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2023-05-29)

### Bug Fixes

* 🔖 forgot to update version in package.json ([a8377d0](a8377d0))
* 🐛 create user if not exist before create quote ([04ef7c9](04ef7c9))
* 🚸 change to ephermal cooldown messages ([21a5cd3](21a5cd3))
* 🚚 rename quote to quotes ([ce7d3d8](ce7d3d8))
* ⚡ replace template string with double quote ([5a43128](5a43128))

### Features

* 🗃️ add createdAt & updatedAt fields for Cooldowns ([3cf88ab](3cf88ab))
* ✨ add quote feature ([a2e1fa7](a2e1fa7))
  • Loading branch information
semantic-release-bot committed May 29, 2023
1 parent 6b76d6e commit f5f68a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xyter",
"version": "2.1.0-dev.3",
"version": "2.1.0",
"private": true,
"description": "A multi purpose Discord bot written in TypeScript with Discord.js",
"main": "dist/index.js",
Expand Down

0 comments on commit f5f68a0

Please sign in to comment.