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 Sep 13, 2024
1 parent 24629f4 commit baee8ea
Show file tree
Hide file tree
Showing 3 changed files with 15 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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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


### Bug Fixes

* **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))
* 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 baee8ea

Please sign in to comment.