Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
chore(release): v1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
WynntilsBot committed Nov 18, 2022
1 parent a7d3aba commit 1b3ff87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## [1.14.0](https://github.com/Wynntils/Wynntils/compare/v1.13.2-beta.7...v1.14.0) (2022-11-18)

## [1.13.2-beta.7](https://github.com/Wynntils/Wynntils/compare/v1.13.2-beta.6...v1.13.2-beta.7) (2022-11-15)


### Bug Fixes

* remove click to copy chat ([#640](https://github.com/Wynntils/Wynntils/issues/640)) ([661a15f](https://github.com/Wynntils/Wynntils/commit/661a15fb440cb07d025dc3f2ba7137fa8d1a9238))


### Miscellaneous Chores

* **release:** v1.13.2-beta.7 [skip ci] ([a7d3aba](https://github.com/Wynntils/Wynntils/commit/a7d3aba56897a8b966bed0665f37ea4c67fa3e55))

## [1.13.2-beta.6](https://github.com/Wynntils/Wynntils/compare/v1.13.2-beta.5...v1.13.2-beta.6) (2022-11-14)


Expand Down Expand Up @@ -42,15 +49,3 @@
* add logging to configs ([#614](https://github.com/Wynntils/Wynntils/issues/614)) ([028f658](https://github.com/Wynntils/Wynntils/commit/028f6582ed2123bc030e332c1672fdc82dba1bef))
* **release:** v1.13.2-beta.4 [skip ci] ([037207a](https://github.com/Wynntils/Wynntils/commit/037207a54bac7fa70921f54291eda8d7a3b6c7b5))

## [1.13.2-beta.3](https://github.com/Wynntils/Wynntils/compare/v1.13.2-beta.2...v1.13.2-beta.3) (2022-10-30)


### Bug Fixes

* Vanish timer missing, regex not detecting cooldowns, DynamicTimerContainers not being rendered ([#622](https://github.com/Wynntils/Wynntils/issues/622)) ([4b18614](https://github.com/Wynntils/Wynntils/commit/4b18614aa1b17be9916554dc79599e79492c811b))


### Miscellaneous Chores

* **release:** v1.13.2-beta.3 [skip ci] ([a180cfb](https://github.com/Wynntils/Wynntils/commit/a180cfb31cd83ecec8aaf1975868ac0fa935bbb0))

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "7.1.0"
}

def versionObj = new Version(major: 1, minor: 13, revision: 2)
def versionObj = new Version(major: 1, minor: 14, revision: 0)

version = versionObj.toString()
group = mod_base_package
Expand Down

0 comments on commit 1b3ff87

Please sign in to comment.