Skip to content

Commit

Permalink
feat: v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed May 20, 2024
1 parent cbb07ba commit 9e0fec1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

### 4.9.0 (2024-05-20)

**Feature**

- **[Auth]** rename DB collection name from `Auth` to `Admin`

### 4.8.0 (2024-05-19)

**Feature**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodepress",
"version": "4.8.0",
"version": "4.9.0",
"description": "RESTful API service for Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@typegoose/auto-increment": "^4.4.0",
"@typegoose/typegoose": "^12.5.0",
"akismet-api": "^6.0.0",
"axios": "^1.6.8",
"axios": "^1.7.0",
"body-parser": "^1.20.2",
"chalk": "4.x",
"class-transformer": "^0.5.1",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 9e0fec1

Please sign in to comment.