From 9f4f412d26e524d75482cdb33abd41251c68e570 Mon Sep 17 00:00:00 2001 From: tgragnato Date: Mon, 22 Jan 2024 08:02:01 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] --- .github/CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 3fd7fc0..9bbe79a 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,3 +1,23 @@ +## [0.5.0](https://github.com/immobiliare/peephole/compare/0.4.7...0.5.0) (2024-01-22) + + +### Features + +* **ci:** generate release from github action and update changelog ([2381a40](https://github.com/immobiliare/peephole/commit/2381a40abac1dfcc8c0b5f02efce7a94babab4a1)) +* **ci:** introduce a conventional commits linter ([8f011fe](https://github.com/immobiliare/peephole/commit/8f011fe711d04a6b0e7392c6f748458b096a244f)) +* **ci:** introduce dependabot ([ebab5a5](https://github.com/immobiliare/peephole/commit/ebab5a5eef7e85a0d177f0e5a1d34c19d8216814)) + + +### Bug Fixes + +* **ci:** drop broken scan step ([8582902](https://github.com/immobiliare/peephole/commit/858290248e5e55ac60b93429f4fd2e120f847217)) +* **ci:** publish with a custom testing command ([16aaeaa](https://github.com/immobiliare/peephole/commit/16aaeaa3fdf1a47241382d17b1be56bc60b16b2e)) +* **errors:** log when a deferred transaction rollback does not work ([7d51e71](https://github.com/immobiliare/peephole/commit/7d51e71bf3a2935cdc1bbc12a715789e0790df08)) +* **kiosk:** replace packd with a new static handler ([ba11e11](https://github.com/immobiliare/peephole/commit/ba11e116f9274d8dc86690669f32b313e7a10c16)) +* **kiosk:** replace packr with embed ([b57c964](https://github.com/immobiliare/peephole/commit/b57c96465206f461ae8cc0416aa1aef40cee93a5)) +* **linters:** replace old linters with their updated counterparts ([ac0fa28](https://github.com/immobiliare/peephole/commit/ac0fa28d4660067f3829252627eb373a67f7a83c)) +* **syntax:** ioutil has been replaced by io && os ([61f4f66](https://github.com/immobiliare/peephole/commit/61f4f6601926ba6ece8daa61dc8a19e5d13c2e18)) + # Changelog All notable changes to this project will be documented in this file.