Skip to content

Commit

Permalink
feat: v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 20, 2023
1 parent 951596a commit 7e54d51
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 369 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

### 4.1.0 (2023-07-20)

**Feature**

- Add config `REDIS.namespace`
- Improve Redis Store

### 4.0.1 (2023-07-17)

**Feature**
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodepress",
"version": "4.0.1",
"version": "4.1.0",
"description": "RESTful API service for Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down Expand Up @@ -28,17 +28,17 @@
"release": ". ./scripts/release.sh"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.369.0",
"@aws-sdk/client-s3": "^3.373.0",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.0.5",
"@nestjs/core": "^10.0.5",
"@nestjs/common": "^10.1.0",
"@nestjs/core": "^10.1.0",
"@nestjs/jwt": "^10.1.0",
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^10.0.5",
"@nestjs/platform-express": "^10.1.0",
"@nestjs/throttler": "^4.2.1",
"@typegoose/auto-increment": "^3.3.0",
"@typegoose/typegoose": "^11.3.0",
"@typegoose/auto-increment": "^3.4.0",
"@typegoose/typegoose": "^11.4.0",
"akismet-api": "^6.0.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
Expand All @@ -50,15 +50,15 @@
"cross-env": "^7.0.3",
"dayjs": "^1.11.9",
"express": "^4.18.2",
"fast-xml-parser": "^4.2.5",
"fast-xml-parser": "^4.2.6",
"googleapis": "^122.0.0",
"helmet": "^7.0.0",
"js-base64": "^3.7.5",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"mongoose": "~7.3.4",
"mongoose": "~7.4.0",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.3",
"nodemailer": "^6.9.4",
"passport": "~0.6.0",
"passport-jwt": "^4.0.1",
"redis": "^4.6.7",
Expand All @@ -76,9 +76,9 @@
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "^1.1.21",
"@nestjs/cli": "^10.1.8",
"@nestjs/cli": "^10.1.10",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.5",
"@nestjs/testing": "^10.1.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/jest": "29.5.3",
Expand All @@ -94,9 +94,9 @@
"@types/supertest": "^2.0.12",
"@types/ua-parser-js": "^0.7.36",
"@types/validator": "^13.7.17",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
Loading

0 comments on commit 7e54d51

Please sign in to comment.