Skip to content

Commit

Permalink
Updated ChangeLog and package.json for release 1.0.28 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec authored Sep 6, 2023
1 parent 603129e commit a1cbe51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
k2hr3-api (1.0.28) unstable; urgency=low

* Updated support NodeJS version - #106

-- Takeshi Nakatani <[email protected]> Wed, 06 Sep 2023 15:25:25 +0900

k2hr3-api (1.0.27) unstable; urgency=low

* Updated TENANT API and fixed bugs in TENANT API - #104
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k2hr3-api",
"version": "1.0.27",
"version": "1.0.28",
"dependencies": {
"@kubernetes/client-node": "^0.18.1",
"body-parser": "^1.20.2",
Expand All @@ -9,8 +9,8 @@
"dateformat": "^4.6.3",
"debug": "~4.3.4",
"express": "^4.18.2",
"jose": "^4.14.4",
"k2hdkc": "^1.0.5",
"jose": "^4.14.6",
"k2hdkc": "^1.0.6",
"morgan": "~1.10.0",
"rotating-file-stream": "^3.1.1"
},
Expand All @@ -28,9 +28,9 @@
"test": "test"
},
"devDependencies": {
"chai": "^4.3.7",
"chai": "^4.3.8",
"chai-http": "^4.4.0",
"eslint": "^8.45.0",
"eslint": "^8.48.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
},
Expand Down

0 comments on commit a1cbe51

Please sign in to comment.