From 8822bd67dfc9864d6494c18db70e8ef5bfff1aa8 Mon Sep 17 00:00:00 2001 From: ChecksumDev Date: Thu, 31 Aug 2023 14:25:42 -0500 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b963901..21b5f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.3.0](https://github.com/beat-forge/GenericStripper/compare/v1.2.6...v1.3.0) (2023-08-31) + + +### Features + +* init ([56fe29b](https://github.com/beat-forge/GenericStripper/commit/56fe29b0b02fa46c9bf38742d647e745efa4c4f8)) + + +### Bug Fixes + +* `in` function signatures ([5399d2c](https://github.com/beat-forge/GenericStripper/commit/5399d2c0fa5b44d35b68bb348170e9ba608b1ecd)) +* attempt to fix on ci ([5a263a0](https://github.com/beat-forge/GenericStripper/commit/5a263a0a5faf9dba3222629e21ddbcfbee5e8d5f)) +* it's gonna be a long night isn't it ([5f38243](https://github.com/beat-forge/GenericStripper/commit/5f382430703a889322627a9ff84d92f13746a579)) +* output directory is now a path, not relative to gamedir ([3f44957](https://github.com/beat-forge/GenericStripper/commit/3f44957d14dadda9ba4f6cedd9a59d71d05bd8b7)) +* publish with correct directory structure ([0f67bab](https://github.com/beat-forge/GenericStripper/commit/0f67bab78dd2dd4c25068801632ebeeb268ff7ba)) +* replace 7z; it's misbehaving. ([9815110](https://github.com/beat-forge/GenericStripper/commit/9815110afafe1e3aca23f1ee7e33bb6330f2da89)) + ## [1.2.6](https://github.com/beat-forge/GenericStripper/compare/v1.2.5...v1.2.6) (2023-08-30)