Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.1.1...v5.0.0) (2022-05-19)

### ⚠ BREAKING CHANGES

* @asd14/blocks is now ESM only and requires node
`^14.13.1 || >=16.0.0`

* feat: update package to ESM
* @asd14/blocks is now ESM only and requires node
`^14.13.1 || >=16.0.0`

* chore: format

* chore: fix CHANGELOG.md typo

Co-authored-by: David Gil <[email protected]>

* fix: remove prepare step from package.json to avoid messing up with the consuming repo's environment

Co-authored-by: David Gil <[email protected]>

### Features

* update package to ESM ([#7](#7)) ([afce4d4](afce4d4))
  • Loading branch information
semantic-release-bot committed May 19, 2022
1 parent afce4d4 commit 1220124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asd14/blocks",
"version": "0.0.1",
"version": "5.0.0",
"description": "REST API framework for Node.js",
"homepage": "https://github.com/asd-xiv/blocks",
"license": "MIT",
Expand Down

0 comments on commit 1220124

Please sign in to comment.