From 56bd0cac3ba5e46c7cb40f042e7e6a9aabe4b84d Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Thu, 27 Jun 2024 21:18:39 +0800 Subject: [PATCH] Bump version to 1.3.6 and update changelog --- CHANGELOG.md | 6 ++++++ update.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2f4f580..cbaf36643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.3.6 - 2024-06-27 + +### Fixed + +- Fixed a crash when copycats from other mods interact with multi-state copycats + ## 1.3.5 - 2024-06-27 ### Fixed diff --git a/update.json b/update.json index cb6c03581..0c7596081 100644 --- a/update.json +++ b/update.json @@ -1,8 +1,8 @@ { "homepage": "https://github.com/copycats-plus/copycats/", "promos": { - "1.20.1-recommended": "1.20.1-1.3.5", - "1.19.2-recommended": "1.19.2-1.3.5", - "1.18.2-recommended": "1.18.2-1.3.5" + "1.20.1-recommended": "1.20.1-1.3.6", + "1.19.2-recommended": "1.19.2-1.3.6", + "1.18.2-recommended": "1.18.2-1.3.6" } }