Skip to content

Commit

Permalink
chore(main): release 0.4.1 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
1 parent 094f2f4 commit 5e2900a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.4.0"}
{".":"0.4.1"}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# 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 husky to ^9.1.7 ([#24](https://github.com/voxpelli/umzeption/issues/24)) ([094f2f4](https://github.com/voxpelli/umzeption/commit/094f2f474672f710fc4fa56fb25a8b939e4ada8b))
* **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 sinon to v19 ([#29](https://github.com/voxpelli/umzeption/issues/29)) ([8c864ff](https://github.com/voxpelli/umzeption/commit/8c864ff8412e3eb35beebbd14f26ff6e5eee0a20))
* **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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5e2900a

Please sign in to comment.