Skip to content

Commit

Permalink
chore: release @currents/jest v1.2.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 authored Feb 5, 2025
1 parent c2322a2 commit 94b083a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.1](https://github.com/currents-dev/currents-reporter/compare/@currents/jest-v1.2.0...${npm.name}-v1.2.1) (2025-02-05)


### Bug Fixes

* fix: use the rootDir on fs.realpathSync ([c2322a2](https://github.com/currents-dev/currents-reporter/commit/c2322a28790624bc113a6f09e7877f975fdaa976))
* remove worker info from jest reporter ([f3e1e5d](https://github.com/currents-dev/currents-reporter/commit/f3e1e5d58fd50b13a10d20409993cf0f8054f57c))


# [1.2.0](https://github.com/currents-dev/currents-reporter/compare/@currents/jest-v1.1.0...${npm.name}-v1.2.0) (2024-11-25)


Expand Down Expand Up @@ -78,4 +87,4 @@
### Features

- add reportDir option to jest-reporter ([887fae6](https://github.com/currents-dev/currents-reporter/commit/887fae637f5d08243323e30abedba919075939b6))
- add vitest ([2b25624](https://github.com/currents-dev/currents-reporter/commit/2b2562410adcce06de4e54abcc63c4a16603d27b))
- add vitest ([2b25624](https://github.com/currents-dev/currents-reporter/commit/2b2562410adcce06de4e54abcc63c4a16603d27b))
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@currents/jest",
"version": "1.2.0",
"version": "1.2.1",
"main": "./dist/index.js",
"author": {
"name": "Currents Software Inc",
Expand Down

0 comments on commit 94b083a

Please sign in to comment.