Skip to content

Commit

Permalink
Version Packages (#7)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @tnezdev/actions@0.2.0

### Minor Changes

- 9c592e4: Add `correlationId` to logs to make sequences of actions
easier to track.

    Change the log format from:

        [ActionDisplayName] The provided message

    to:

        [ActionDisplayName:{correlationId}] The provided message

This will allow us to query related actions in the logs by searching for
the `correlationId`.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 29, 2023
1 parent 9c592e4 commit 87ad8ac
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/large-files-compare.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @tnezdev/actions

## 0.2.0

### Minor Changes

- 9c592e4: Add `correlationId` to logs to make sequences of actions easier to track.

Change the log format from:

```
[ActionDisplayName] The provided message
```

to:

```
[ActionDisplayName:{correlationId}] The provided message
```

This will allow us to query related actions in the logs by searching for the `correlationId`.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tnezdev/actions",
"version": "0.1.0",
"version": "0.2.0",
"description": "Patterns to express business logic using dependency injection for side-effects",
"repository": {
"type": "git",
Expand Down

0 comments on commit 87ad8ac

Please sign in to comment.