From 3bfdca796d519d6bd5cc1973d84e7daa8a793399 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Jan 2025 09:52:10 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/sinedied/smoke/compare/3.1.1...4.0.0) (2025-01-02) * chore!: update packages ([587f9de](https://github.com/sinedied/smoke/commit/587f9deb0d840aa23f3efc834a4073e69ef46662)) ### Features * add https option ([#30](https://github.com/sinedied/smoke/issues/30)) ([8a9f15f](https://github.com/sinedied/smoke/commit/8a9f15f182a7678a26d49dc71d85578c5518acd3)) * make json parser non strict ([#31](https://github.com/sinedied/smoke/issues/31)) ([e31757f](https://github.com/sinedied/smoke/commit/e31757fc26c1ff0843e53d4e0bafc01bb778f2ca)) * migrate to ESM ([20bdb07](https://github.com/sinedied/smoke/commit/20bdb07616c0a9adfedf938f6cb1bd6e5c77bbc9)) ### BREAKING CHANGES * JS mocks and collections now use ESM by default. To keep using your previous mocks and collections, you need to change their extension from `.js` to `.cjs` * requires Node >= 18 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8b0e8..dfe9fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [4.0.0](https://github.com/sinedied/smoke/compare/3.1.1...4.0.0) (2025-01-02) + + +* chore!: update packages ([587f9de](https://github.com/sinedied/smoke/commit/587f9deb0d840aa23f3efc834a4073e69ef46662)) + + +### Features + +* add https option ([#30](https://github.com/sinedied/smoke/issues/30)) ([8a9f15f](https://github.com/sinedied/smoke/commit/8a9f15f182a7678a26d49dc71d85578c5518acd3)) +* make json parser non strict ([#31](https://github.com/sinedied/smoke/issues/31)) ([e31757f](https://github.com/sinedied/smoke/commit/e31757fc26c1ff0843e53d4e0bafc01bb778f2ca)) +* migrate to ESM ([20bdb07](https://github.com/sinedied/smoke/commit/20bdb07616c0a9adfedf938f6cb1bd6e5c77bbc9)) + + +### BREAKING CHANGES + +* JS mocks and collections now use ESM by default. To keep using your previous mocks and collections, you need to change their extension from `.js` to `.cjs` +* requires Node >= 18 + ## [3.1.1](https://github.com/sinedied/smoke/compare/3.1.0...3.1.1) (2021-01-11) diff --git a/package-lock.json b/package-lock.json index 5013c62..d30cfe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "smoke", - "version": "3.1.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "smoke", - "version": "3.1.1", + "version": "4.0.0", "license": "MIT", "dependencies": { "body-parser": "^1.19.0", diff --git a/package.json b/package.json index e74503c..b359850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smoke", - "version": "3.1.1", + "version": "4.0.0", "description": "Simple yet powerful file-based mock server with recording abilities", "type": "module", "repository": {