Skip to content

Commit

Permalink
Merge pull request #115 from haensl/114
Browse files Browse the repository at this point in the history
#114: Update dependencies.
  • Loading branch information
haensl authored Jan 25, 2022
2 parents 34fb555 + 03941c1 commit 696bb65
Show file tree
Hide file tree
Showing 6 changed files with 263 additions and 887 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: 10.12.0
node_version: 12.22.7
- bundle:
requires:
- lint
Expand All @@ -148,7 +148,7 @@ workflows:
- bundle
- bundle-test-cjs-js:
name: bundle-test-cjs-js@engine
node_version: 10.12.0
node_version: 12.22.7
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: 10.12.0
node_version: 12.22.7
requires:
- publish
- publish-github-release:
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint && npm test
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.5.3
* [#114: Update dependencies.](https://github.com/haensl/js-profiler/issues/114)
* Lift required Node.js version from 10.12.0 to 12.22.7 to since maintenance has run out.

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

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 "August 2021" "js-profiler v2.5.2"
.TH js-profiler 1 "January 2022" "js-profiler v2.5.3"

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

0 comments on commit 696bb65

Please sign in to comment.