Skip to content
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
5 changes: 0 additions & 5 deletions .changeset/brown-wombats-open.md

This file was deleted.

7 changes: 7 additions & 0 deletions libs/node/feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shipfox/node-feature-flag

## 0.6.1

### Patch Changes

- Updated dependencies [fa38530]
- @shipfox/node-log@0.3.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/node/feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@shipfox/node-feature-flag",
"license": "MIT",
"private": false,
"version": "0.6.0",
"version": "0.6.1",
"packageManager": "pnpm@9.15.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions libs/node/log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shipfox/node-log

## 0.3.0

### Minor Changes

- fa38530: Log to file and stdout a the same time + expose flush
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Typo in changelog entry.

"a the same time" should be "at the same time".

📝 Proposed fix
-- fa38530: Log to file and stdout a the same time + expose flush
+- fa38530: Log to file and stdout at the same time + expose flush
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- fa38530: Log to file and stdout a the same time + expose flush
- fa38530: Log to file and stdout at the same time + expose flush
🤖 Prompt for AI Agents
In `@libs/node/log/CHANGELOG.md` at line 7, Fix the typo in the changelog entry
for commit fa38530 by updating the phrase "a the same time" to "at the same
time" in libs/node/log/CHANGELOG.md so the entry reads "Log to file and stdout
at the same time + expose flush".


## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/node/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@shipfox/node-log",
"license": "MIT",
"private": false,
"version": "0.2.0",
"version": "0.3.0",
"packageManager": "pnpm@9.15.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading