Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version #430

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions apps/mongodb-storage/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@yuants/app-mongodb-storage",
"entries": [
{
"version": "0.2.0",
"tag": "@yuants/app-mongodb-storage_v0.2.0",
"date": "Thu, 15 Feb 2024 04:01:02 GMT",
"comments": {
"minor": [
{
"comment": "support load balance"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.1.22",
"tag": "@yuants/app-mongodb-storage_v0.1.22",
Expand Down
9 changes: 8 additions & 1 deletion apps/mongodb-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @yuants/app-mongodb-storage

This log was last generated on Sat, 10 Feb 2024 21:26:26 GMT and should not be manually modified.
This log was last generated on Thu, 15 Feb 2024 04:01:02 GMT and should not be manually modified.

## 0.2.0
Thu, 15 Feb 2024 04:01:02 GMT

### Minor changes

- support load balance

## 0.1.22
Sat, 10 Feb 2024 21:26:26 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/mongodb-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuants/app-mongodb-storage",
"version": "0.1.22",
"version": "0.2.0",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@yuants/app-mongodb-storage/2024-02-15-02-01.json

This file was deleted.

Loading