Skip to content

Commit

Permalink
chore(main): release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 26, 2024
1 parent 886dad2 commit da50b4c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [1.0.2](https://github.com/Rushyverse/mojang-api/compare/v1.0.1...v1.0.2) (2024-11-26)


### Bug Fixes

* **deps:** update dependency io.ktor:ktor-client-serialization to v2.3.13 ([#48](https://github.com/Rushyverse/mojang-api/issues/48)) ([ba5e8a8](https://github.com/Rushyverse/mojang-api/commit/ba5e8a89f1ce3216c807433da658dfb8fe2ebe79))
* **deps:** update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.9.0 ([24629f4](https://github.com/Rushyverse/mojang-api/commit/24629f4eeca10a4bc381e39be00b12dbfd6d8728))
* **deps:** update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.9.0-rc.2 ([04db943](https://github.com/Rushyverse/mojang-api/commit/04db943dc4b1a4b671be67a7043b4e1127bec64a))
* **deps:** update dependency org.slf4j:slf4j-simple to v2.0.15 ([dd4b14b](https://github.com/Rushyverse/mojang-api/commit/dd4b14bb8579a58579c87f01300d61691d52a657))
* **deps:** update dependency org.slf4j:slf4j-simple to v2.0.16 ([935fd0a](https://github.com/Rushyverse/mojang-api/commit/935fd0a7ddfb416dd2253a7c49a14f4eb4473eb6))
* **deps:** update ktor monorepo to v2.3.12 ([6a75998](https://github.com/Rushyverse/mojang-api/commit/6a75998b4f5d66ede620149ee196051bf7b6c45d))
* **deps:** update ktor monorepo to v3 (major) ([#46](https://github.com/Rushyverse/mojang-api/issues/46)) ([da91e79](https://github.com/Rushyverse/mojang-api/commit/da91e79edb025a276a10a42ea37ab79468b2cb96))
* Upgrade dependencies & configuration ([#26](https://github.com/Rushyverse/mojang-api/issues/26)) ([4eb8d85](https://github.com/Rushyverse/mojang-api/commit/4eb8d85a92be554e14ec4d87581e16abc059339e))
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.parallel = true
kotlin.incremental = true
group=com.github.Rushyverse
# x-release-please-start-version
version=1.0.1
version=1.0.2
# x-release-please-end-version
description=Allows interaction with Mojang API using Kotlin and coroutine

0 comments on commit da50b4c

Please sign in to comment.