chore(util): release @discordjs/util@0.1.0

This commit is contained in:
iCrawl
2022-10-03 14:08:03 +02:00
parent b2ec865765
commit bf92172d80
24 changed files with 554 additions and 265 deletions

View File

@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
- Docs design (#8487) ([4ab1d09](https://github.com/discordjs/discord.js/commit/4ab1d09997a18879a9eb9bda39df6f15aa22557e))
# [@discordjs/proxy@1.0.0](https://github.com/discordjs/discord.js/tree/@discordjs/proxy@1.0.0) - (2022-07-17)
# [@discordjs/proxy@1.0.1](https://github.com/discordjs/discord.js/tree/@discordjs/proxy@1.0.1) - (2022-07-27)
## Bug Fixes

View File

@@ -57,8 +57,7 @@ commit_parsers = [
{ body = ".*security", group = "Security"},
]
filter_commits = true
tag_pattern = "@discordjs\\/proxy@.*"
skip_tags = "v[0-9]*|11|12"
tag_pattern = "@discordjs/proxy@[0-9]*"
ignore_tags = ""
date_order = true
sort_commits = "newest"