Skip to content

Commit

Permalink
Merge pull request #122 from haensl/121
Browse files Browse the repository at this point in the history
#121: Update dependencies.
  • Loading branch information
haensl authored Jan 11, 2023
2 parents 55729a1 + 309b5e2 commit cf08ad0
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 1,607 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ workflows:
# at this point in time because config templates
# are pre-compiled. See
# https://discuss.circleci.com/t/how-to-use-a-bash-env-variable-as-a-parameter-to-a-command-or-when-condition/29186
node_version: 12.22.7
node_version: 14.17.0
- bundle:
requires:
- lint
Expand All @@ -148,7 +148,7 @@ workflows:
- bundle
- bundle-test-cjs-js:
name: bundle-test-cjs-js@engine
node_version: 12.22.7
node_version: 14.17.0
requires:
- bundle
- ensure-versioned-correctly:
Expand All @@ -169,7 +169,7 @@ workflows:
- publish
- package-test-cjs-js:
name: package-test-cjs-js@engine
node_version: 12.22.7
node_version: 14.17.0
requires:
- publish
- publish-github-release:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.5.6
* [#121: Update dependencies.](https://github.com/haensl/js-profiler/issues/121)
* Lift minimum Node.js from 12.22.7 to 14.17.0 since maintenance has run out.

### 2.5.5
* [#118: Update dependencies.](https://github.com/haensl/js-profiler/issues/118)

Expand Down
2 changes: 1 addition & 1 deletion docs/js-profiler.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
." vim: set syn=nroff
.TH js-profiler 1 "April 2022" "js-profiler v2.5.5"
.TH js-profiler 1 "January 2023" "js-profiler v2.5.6"

.SH NAME
js-profiler - A JavaScript profiling tool and collection of profiling modules and benchmarks.
Expand Down
Loading

0 comments on commit cf08ad0

Please sign in to comment.