Skip to content

Commit

Permalink
chore(release): 45.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [45.0.0](v44.1.4...v45.0.0) (2024-10-28)

### ⚠ BREAKING CHANGES

* `.tsx` and `.jsx` files are now checked for missing/unused dependencies

### Bug Fixes

* dep-check tsx and jsx ([#1661](#1661)) ([326e281](326e281))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 326e281 commit a0db46c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [45.0.0](https://github.com/ipfs/aegir/compare/v44.1.4...v45.0.0) (2024-10-28)

### ⚠ BREAKING CHANGES

* `.tsx` and `.jsx` files are now checked for missing/unused dependencies

### Bug Fixes

* dep-check tsx and jsx ([#1661](https://github.com/ipfs/aegir/issues/1661)) ([326e281](https://github.com/ipfs/aegir/commit/326e2812bc2267f389a8e5ecfda8db64e30dd384))

## [44.1.4](https://github.com/ipfs/aegir/compare/v44.1.3...v44.1.4) (2024-10-11)

### Bug Fixes
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": "aegir",
"version": "44.1.4",
"version": "45.0.0",
"description": "JavaScript project management",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/aegir#readme",
Expand Down

0 comments on commit a0db46c

Please sign in to comment.