From 3c917b207760e501983cb2e28494e20f27b73f6d Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Fri, 24 May 2024 17:24:11 +0400 Subject: [PATCH] chore(master): release 1.7.3 (#98) --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b119b45..d4ad27e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.3](https://github.com/buggregator/trap/compare/v1.7.2...v1.7.3) (2024-05-24) + + +### Bug Fixes + +* remove unnecessary escape symbols from action file for phar building ([b6c628b](https://github.com/buggregator/trap/commit/b6c628b62f7a831a9ccca7c3b62a5834f2aa5453)) + ## [1.7.2](https://github.com/buggregator/trap/compare/v1.7.1...v1.7.2) (2024-05-24) diff --git a/resources/version.json b/resources/version.json index bb89c24c..7d4ac4e4 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.7.2" + ".": "1.7.3" }