Skip to content

Commit

Permalink
chore(master): release 1.16.0 (#456)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.16.0](v1.15.1...v1.16.0)
(2024-09-10)


### Features

* **blacklist:** adds the ability to maintain a list of suspicious
players ([#459](#459))
([800396f](800396f))
* **settings:** moderation channel setting
([#458](#458))
([14cc49f](14cc49f))
* **signups:** publishes alerts on blacklisted signups
([#460](#460))
([14366de](14366de))


### Bug Fixes

* **settings:** fix cache value setting
([#457](#457))
([418b47e](418b47e))


### Performance Improvements

* **settings:** cache settings document
([#455](#455))
([4bedda1](4bedda1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
ssilve1989 authored Sep 10, 2024
1 parent 14366de commit 9885d13
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.16.0](https://github.com/ssilve1989/ulti-project/compare/v1.15.1...v1.16.0) (2024-09-10)


### Features

* **blacklist:** adds the ability to maintain a list of suspicious players ([#459](https://github.com/ssilve1989/ulti-project/issues/459)) ([800396f](https://github.com/ssilve1989/ulti-project/commit/800396fca07250499d422da0d049687775eced64))
* **settings:** moderation channel setting ([#458](https://github.com/ssilve1989/ulti-project/issues/458)) ([14cc49f](https://github.com/ssilve1989/ulti-project/commit/14cc49f8863d4b13b188304904af487927a191e7))
* **signups:** publishes alerts on blacklisted signups ([#460](https://github.com/ssilve1989/ulti-project/issues/460)) ([14366de](https://github.com/ssilve1989/ulti-project/commit/14366dee430e98f5b6036efa3ccef8a27cd795a9))


### Bug Fixes

* **settings:** fix cache value setting ([#457](https://github.com/ssilve1989/ulti-project/issues/457)) ([418b47e](https://github.com/ssilve1989/ulti-project/commit/418b47eb3e3aae00b69020bc183250f92bac481a))


### Performance Improvements

* **settings:** cache settings document ([#455](https://github.com/ssilve1989/ulti-project/issues/455)) ([4bedda1](https://github.com/ssilve1989/ulti-project/commit/4bedda13553e75f802071027a2808e060fae122f))

## [1.15.1](https://github.com/ssilve1989/ulti-project/compare/v1.15.0...v1.15.1) (2024-09-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ulti-project",
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"version": "1.15.1",
"version": "1.16.0",
"description": "Ulti-Project Discord Bot",
"author": "",
"type": "module",
Expand Down

0 comments on commit 9885d13

Please sign in to comment.