Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](3.1.1...4.0.0) (2025-01-02)

* chore!: update packages ([587f9de](587f9de))

### Features

* add https option ([#30](#30)) ([8a9f15f](8a9f15f))
* make json parser non strict ([#31](#31)) ([e31757f](e31757f))
* migrate to ESM ([20bdb07](20bdb07))

### 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
  • Loading branch information
semantic-release-bot authored and sinedied committed Jan 2, 2025
1 parent ccc3321 commit 3bfdca7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
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": "smoke",
"version": "3.1.1",
"version": "4.0.0",
"description": "Simple yet powerful file-based mock server with recording abilities",
"type": "module",
"repository": {
Expand Down

0 comments on commit 3bfdca7

Please sign in to comment.