Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
tstelzer committed May 14, 2024
1 parent 8d17235 commit a1b8040
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions workspace/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies
- @creative-introvert/tons-of-tests-cli@0.4.1

## null

### Patch Changes

- Updated dependencies
- @creative-introvert/tons-of-tests@0.4.0
- @creative-introvert/tons-of-tests-cli@0.4.0
6 changes: 6 additions & 0 deletions workspace/tons-of-tests-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @creative-introvert/tons-of-tests-cli

## 0.4.1

### Patch Changes

- Feat: Make concurrency optional.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/tons-of-tests-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@creative-introvert/tons-of-tests-cli",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"sideEffects": [],
Expand Down
2 changes: 1 addition & 1 deletion workspace/tons-of-tests-cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.4.0';
export const VERSION = '0.4.1';

0 comments on commit a1b8040

Please sign in to comment.