From 7b601d9ef98958d7a009000859dd1e4a157f74b7 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 29 May 2024 22:05:09 +0400 Subject: [PATCH] chore(master): release 1.8.0 --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cbb66a..c7a3c3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.8.0 (2024-05-29) + +## What's Changed +* Add tr() and td() functions by @roxblnfk in https://github.com/buggregator/trap/pull/102 +* Add `trap()->code()` sugar by @lee-to in https://github.com/buggregator/trap/pull/103 +* Change release generation type to Github API by @lotyp in https://github.com/buggregator/trap/pull/106 + +## New Contributors +* @lee-to made their first contribution in https://github.com/buggregator/trap/pull/103 + +**Full Changelog**: https://github.com/buggregator/trap/compare/v1.7.5...v1.8.0 + ## [1.7.5](https://github.com/buggregator/trap/compare/v1.7.4...v1.7.5) (2024-05-24) diff --git a/resources/version.json b/resources/version.json index 78036ac1..3800c069 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.7.5" + ".": "1.8.0" }