Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
refactor: bump version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 24, 2024
1 parent 05ac766 commit 1dadaa3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log (@egomobile/api-utils)

## 7.0.0

- setup required version of [node-http-server](https://github.com/egomobile/node-http-server) to `0.66.x`

## 6.0.0

- setup required version of [node-http-server](https://github.com/egomobile/node-http-server) to `0.66.x`
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egomobile/api-utils",
"version": "6.0.0",
"version": "7.0.0",
"description": "REST API extensions for extensions for @egomobile/http-server module, a very fast alternative to Express.js",
"main": "lib/index.js",
"engines": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"joi": "17.12.2"
},
"devDependencies": {
"@egomobile/http-server": "^0.66.0",
"@egomobile/http-server": "^0.67.0",
"@egomobile/tsconfig": "^5.0.0",
"@types/jest": "29.5.12",
"@types/node": "18.18.13",
Expand All @@ -71,6 +71,6 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@egomobile/http-server": ">=0.66.0 < 0.67"
"@egomobile/http-server": ">=0.67.0 < 0.68"
}
}

0 comments on commit 1dadaa3

Please sign in to comment.