From 3d08cef193947c1f73ca07829e87e3307d1e2e1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:02:58 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 8efb275..0bbe194 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"0.4.0"} +{".":"0.4.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c46e627..627bd63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.4.1](https://github.com/voxpelli/umzeption/compare/v0.4.0...v0.4.1) (2024-12-01) + + +### 🩹 Fixes + +* support comments inbetween tables ([00e7c1f](https://github.com/voxpelli/umzeption/commit/00e7c1fa8abed2e9b958df15f739fe5fe088df21)) +* transact should not swallow errors ([5d6a820](https://github.com/voxpelli/umzeption/commit/5d6a82035fc9fc4953d2d685f8d4951e96adc470)) + + +### 🧹 Chores + +* **deps:** update dependency @voxpelli/tsconfig to v13 ([#23](https://github.com/voxpelli/umzeption/issues/23)) ([372b68b](https://github.com/voxpelli/umzeption/commit/372b68bf204de36307afb520ea3137007a51d7a4)) +* **deps:** update dependency husky to ^9.1.4 ([#22](https://github.com/voxpelli/umzeption/issues/22)) ([40b5d0b](https://github.com/voxpelli/umzeption/commit/40b5d0b23a0910890937f556133b7698b030d699)) +* **deps:** update dependency pg to ^8.13.1 ([#31](https://github.com/voxpelli/umzeption/issues/31)) ([fd806ae](https://github.com/voxpelli/umzeption/commit/fd806ae1401d1a7f30b3a08242f5e7ba6fc0987a)) +* **deps:** update dependency umzug to ^3.8.2 ([#30](https://github.com/voxpelli/umzeption/issues/30)) ([bcb1047](https://github.com/voxpelli/umzeption/commit/bcb10476c7937ce3b04b77ad04c3145dfa1895d4)) +* **deps:** update dev dependencies ([1dfdf35](https://github.com/voxpelli/umzeption/commit/1dfdf35cadaf33303d3428233dcef9fc99459ebe)) +* **deps:** update dev dependencies ([a9e30bc](https://github.com/voxpelli/umzeption/commit/a9e30bc68c96a0ebf76d82a39f546e674919dac8)) +* **deps:** update linting ([5f59838](https://github.com/voxpelli/umzeption/commit/5f598382cc6ec5295de76e61378bfcdc97c949c9)) +* **deps:** update linting ([93cbcc0](https://github.com/voxpelli/umzeption/commit/93cbcc0588e206879f86c6455687af66040e1ef5)) +* **deps:** update linting dependencies ([#2](https://github.com/voxpelli/umzeption/issues/2)) ([69a4746](https://github.com/voxpelli/umzeption/commit/69a47461da5ddefc31ffec71ad9095370be273f1)) +* **deps:** update linting dependencies ([#26](https://github.com/voxpelli/umzeption/issues/26)) ([52bd55b](https://github.com/voxpelli/umzeption/commit/52bd55bafee3c2a44755c1111d01a73a6a9dded3)) +* **deps:** update type dependencies ([#20](https://github.com/voxpelli/umzeption/issues/20)) ([91f8c2a](https://github.com/voxpelli/umzeption/commit/91f8c2a87b1765b34365ad86aef903ca58b12abc)) +* **deps:** update type dependencies ([#25](https://github.com/voxpelli/umzeption/issues/25)) ([3a9ab77](https://github.com/voxpelli/umzeption/commit/3a9ab77bf33a03beaf9e90099916d1be0648435a)) +* fix knip ([caf732b](https://github.com/voxpelli/umzeption/commit/caf732b0161ecdd9ae7801e81abf4f78cc874bc9)) + ## [0.4.0](https://github.com/voxpelli/umzeption/compare/v0.3.3...v0.4.0) (2024-06-24) diff --git a/package.json b/package.json index c67c4de..6298d13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "umzeption", - "version": "0.4.0", + "version": "0.4.1", "description": "A recursive umzug extension", "homepage": "http://github.com/voxpelli/umzeption", "repository": {