Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit a9addd5

Browse files
committed
chore(Release): publish
1 parent 26896b3 commit a9addd5

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [0.10.0](https://github.com/discordjs/builders/compare/v0.9.0...v0.10.0) (2021-12-24)
6+
7+
8+
### Bug Fixes
9+
10+
* use zod instead of ow for max/min option validation ([#66](https://github.com/discordjs/builders/issues/66)) ([beb35fb](https://github.com/discordjs/builders/commit/beb35fb1f65bd6be2321e17cc792f67e8615fd48))
11+
12+
13+
### Features
14+
15+
* add max/min option for int and number builder options ([#47](https://github.com/discordjs/builders/issues/47)) ([2e1e860](https://github.com/discordjs/builders/commit/2e1e860b46e3453398b20df63dabb6d4325e32d1))
16+
17+
18+
519
# [0.9.0](https://github.com/discordjs/builders/compare/v0.8.2...v0.9.0) (2021-12-02)
620

721

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discordjs/builders",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "A set of builders that you can use when creating your bot",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)