Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Oct 20, 2023
1 parent 48f013a commit 8d87386
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="5.0.0"></a>
# [5.0.0](https://github.com/micromata/http-fake-backend/compare/4.1.0...5.0.0) (2023-10-20)


### Bug Fixes

* Update dependencies ([48f013a](https://github.com/micromata/http-fake-backend/commit/48f013a))


### BREAKING CHANGES

* This project now needs Node 18 or greater.



<a name="4.1.0"></a>
# [4.1.0](https://github.com/micromata/http-fake-backend/compare/4.0.3...4.1.0) (2018-02-21)

Expand Down
2 changes: 1 addition & 1 deletion 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": "http-fake-backend",
"version": "4.1.0",
"version": "5.0.0",
"description": "Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 8d87386

Please sign in to comment.