From a29cc51000a0568fdb9a23f4800d8e3084fb4c33 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Dec 2020 10:07:06 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/raidcraft/rcinventory/compare/v1.1.0...v1.1.1) (2020-12-22) ### Bug Fixes * Fix database inventory equals method ([33abfda](https://github.com/raidcraft/rcinventory/commit/33abfda71ecc7ac98d5c05202021597238175f5b)) * Fixed equals method of database inventory to avoid duplicate entries ([b5383a1](https://github.com/raidcraft/rcinventory/commit/b5383a1f168615e1a1ab8b556f610cecda94112d)) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4050fc2..a690caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.1](https://github.com/raidcraft/rcinventory/compare/v1.1.0...v1.1.1) (2020-12-22) + + +### Bug Fixes + +* Fix database inventory equals method ([33abfda](https://github.com/raidcraft/rcinventory/commit/33abfda71ecc7ac98d5c05202021597238175f5b)) +* Fixed equals method of database inventory to avoid duplicate entries ([b5383a1](https://github.com/raidcraft/rcinventory/commit/b5383a1f168615e1a1ab8b556f610cecda94112d)) + # [1.1.0](https://github.com/raidcraft/rcinventory/compare/v1.0.0...v1.1.0) (2020-12-21) diff --git a/gradle.properties b/gradle.properties index 6922302..cd3e31e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ pluginName = RCInventory author = Strasse36 mcVersion = 1.16.4 apiVersion = 1.15 -version = 1.1.0 +version = 1.1.1