From 1220124c77e7475d3fde5e7201e8292c2dd83c39 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 May 2022 07:10:33 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.0.0](https://github.com/asd-xiv/blocks/compare/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 * fix: remove prepare step from package.json to avoid messing up with the consuming repo's environment Co-authored-by: David Gil ### Features * update package to ESM ([#7](https://github.com/asd-xiv/blocks/issues/7)) ([afce4d4](https://github.com/asd-xiv/blocks/commit/afce4d4f225cdb0f4c6386df7289fdbdf367cecd)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9181f7f..17c7be7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asd14/blocks", - "version": "0.0.1", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asd14/blocks", - "version": "0.0.1", + "version": "5.0.0", "license": "MIT", "dependencies": { "@asd14/m": "^7.8.1", diff --git a/package.json b/package.json index 2e838a6..4c6eb3e 100644 --- a/package.json +++ b/package.json @@ -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",