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 #11 from egomobile/feature/withPrefix
Browse files Browse the repository at this point in the history
Feature/with prefix
  • Loading branch information
Marcel Kloubert authored Aug 22, 2023
2 parents d9e876e + da92e98 commit 1c02530
Show file tree
Hide file tree
Showing 7 changed files with 1,197 additions and 4,225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# enforce "engine" minimum requirements from package.json
engine-strict=true

save=true
save-exact=true
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log (@egomobile/api-log)

# 0.5.0

- add `withPrefix()` to [IApiLogger interface](https://egomobile.github.io/api-log/interfaces/IApiLogger.html)
- **BREAKING CHANGE**: require [Node.js 18](https://nodejs.org/de/blog/announcements/v18-release-announce) now

## 0.4.6

- implement `IApiLogger` with `createApiLogger()` factory function
Expand Down
Loading

0 comments on commit 1c02530

Please sign in to comment.