Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mknxdev committed Aug 24, 2023
1 parent 929a586 commit b3a66b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2023-08-24

### Added

- Param in `.test` method in order to "split" tests into steps
- New function argument in `.test` method used to "split" tests into steps
- Tests' steps in analysis
- `hardwareDetails` config option to display related infos

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": "jperf",
"version": "1.3.3",
"version": "1.4.0",
"description": "Modern & lightweight JavaScript code performance testing utility for web browsers and Node.js.",
"keywords": [
"nodejs",
Expand Down

0 comments on commit b3a66b6

Please sign in to comment.