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

Commit

Permalink
Merge pull request #4 from egomobile/feature/mongodb5
Browse files Browse the repository at this point in the history
updated @egomobile/mongo to 2.0.0 to support MongoDB 5
  • Loading branch information
Marcel Kloubert authored Dec 9, 2023
2 parents a64930d + 4165923 commit f0f7eaf
Showing 5 changed files with 5,223 additions and 1,003 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -14,14 +14,14 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
- name: Lint code
run: npm run lint
# - name: Run tests
# run: npm run test
# - name: Run tests
# run: npm run test
- name: Build library
run: npm run build
- name: Generate documentation
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -13,14 +13,14 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
- name: Lint code
run: npm run lint
# - name: Run tests
# run: npm run test
# - name: Run tests
# run: npm run test
- name: Build library
run: npm run build
- name: Generate documentation
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/mongo-log)

## 1.0.0

- updated [@egomobile/mongo](https://github.com/egomobile/node-mongo) to 2.0.0 to support MongoDB 5

## 0.3.0

- BREAKING CHANGE: [useMongoLogger](https://egomobile.github.io/mongo-log/modules.html#useMongoLogger) returns an [AsyncLoggerMiddleware](https://egomobile.github.io/js-log/modules.html#AsyncLoggerMiddleware) now, similar to [api-log](https://github.com/egomobile/api-log)
Loading

0 comments on commit f0f7eaf

Please sign in to comment.