Skip to content

Commit

Permalink
chore(release): 37.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [37.0.0](v36.2.3...v37.0.0) (2022-04-07)

### ⚠ BREAKING CHANGES

* ESM modules are now published as ESM and not dual-ESM/CJS

### Features

* update build and release commands ([#946](#946)) ([e3a4b45](e3a4b45))

### Trivial Changes

* add missing dep ([bc62524](bc62524))
  • Loading branch information
semantic-release-bot committed Apr 7, 2022
1 parent bc62524 commit 5d448e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
## [37.0.0](https://github.com/ipfs/aegir/compare/v36.2.3...v37.0.0) (2022-04-07)


### ⚠ BREAKING CHANGES

* ESM modules are now published as ESM and not dual-ESM/CJS

### Features

* update build and release commands ([#946](https://github.com/ipfs/aegir/issues/946)) ([e3a4b45](https://github.com/ipfs/aegir/commit/e3a4b450c5eb271ae3557144d78636695751ce11))


### Trivial Changes

* add missing dep ([bc62524](https://github.com/ipfs/aegir/commit/bc62524460691031e410ca4ddb97d8bc6b08d4f7))

### [36.2.3](https://github.com/ipfs/aegir/compare/v36.2.2...v36.2.3) (2022-03-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aegir",
"version": "36.2.3",
"version": "37.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 5d448e7

Please sign in to comment.