Skip to content

Commit 1caaf0d

Browse files
authored
Merge pull request #1036 from LEDBrain/release-please--branches--main--components--community-service
chore(main): release 1.8.1
2 parents a7c142e + 6432de6 commit 1caaf0d

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.0"
2+
".": "1.8.1"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.8.1](https://github.com/LEDBrain/Community-Service/compare/v1.8.0...v1.8.1) (2024-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** build cannot find files ([580c1ca](https://github.com/LEDBrain/Community-Service/commit/580c1cab9d5503c817904ccefe8bc15710b65c88))
9+
* **tests:** invalid export ([86523a9](https://github.com/LEDBrain/Community-Service/commit/86523a9a64cfd5a44375073cdf6b7b563640ea93))
10+
11+
12+
### Miscellaneous
13+
14+
* add `.DS_STORE` to gitignore ([797243f](https://github.com/LEDBrain/Community-Service/commit/797243f124e1cb5a7f322a36f91a1f0a9d65f028))
15+
* **deps:** bump tar in the npm_and_yarn group across 1 directory ([3de0615](https://github.com/LEDBrain/Community-Service/commit/3de0615190ea848538961112a961bece8a47dbe4))
16+
* **deps:** bump zod from 3.22.4 to 3.22.5 ([16a4eb5](https://github.com/LEDBrain/Community-Service/commit/16a4eb5c7979647f303ded9c32759f7437242c6f))
17+
* **deps:** promote node-libcurl to dep from devDep ([6538525](https://github.com/LEDBrain/Community-Service/commit/6538525fac88c6b5a1ad593e0f52a50743ee5f3e))
18+
319
## [1.8.0](https://github.com/LEDBrain/Community-Service/compare/v1.7.2...v1.8.0) (2024-04-17)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "community-service",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "A Discord bot in Typescript",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)