Skip to content

Commit

Permalink
chore(dev): release 0.1.0 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 3, 2022
1 parent 9f0c57f commit 7ea084d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.0](https://github.com/ooliver1/mine-cat/compare/v0.0.1...v0.1.0) (2022-06-03)


### Features

* implement sending and receiving messages ([#31](https://github.com/ooliver1/mine-cat/issues/31)) ([9f0c57f](https://github.com/ooliver1/mine-cat/commit/9f0c57ffcb90d1130a57e1a4ea61645d9b404eed))

## [0.0.1](https://github.com/ooliver1/mine-cat/compare/v1.0.1-a...v0.0.1) (2022-06-02)


Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "xyz.minecat"
version = "0.0.1" // x-release-please-version
version = "0.1.0" // x-release-please-version

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
Expand Down

0 comments on commit 7ea084d

Please sign in to comment.