Skip to content

Commit cf08ad0

Browse files
authored
Merge pull request #122 from haensl/121
#121: Update dependencies.
2 parents 55729a1 + 309b5e2 commit cf08ad0

File tree

5 files changed

+390
-1607
lines changed

5 files changed

+390
-1607
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ workflows:
135135
# at this point in time because config templates
136136
# are pre-compiled. See
137137
# https://discuss.circleci.com/t/how-to-use-a-bash-env-variable-as-a-parameter-to-a-command-or-when-condition/29186
138-
node_version: 12.22.7
138+
node_version: 14.17.0
139139
- bundle:
140140
requires:
141141
- lint
@@ -148,7 +148,7 @@ workflows:
148148
- bundle
149149
- bundle-test-cjs-js:
150150
name: bundle-test-cjs-js@engine
151-
node_version: 12.22.7
151+
node_version: 14.17.0
152152
requires:
153153
- bundle
154154
- ensure-versioned-correctly:
@@ -169,7 +169,7 @@ workflows:
169169
- publish
170170
- package-test-cjs-js:
171171
name: package-test-cjs-js@engine
172-
node_version: 12.22.7
172+
node_version: 14.17.0
173173
requires:
174174
- publish
175175
- publish-github-release:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.5.6
2+
* [#121: Update dependencies.](https://github.com/haensl/js-profiler/issues/121)
3+
* Lift minimum Node.js from 12.22.7 to 14.17.0 since maintenance has run out.
4+
15
### 2.5.5
26
* [#118: Update dependencies.](https://github.com/haensl/js-profiler/issues/118)
37

docs/js-profiler.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
." vim: set syn=nroff
2-
.TH js-profiler 1 "April 2022" "js-profiler v2.5.5"
2+
.TH js-profiler 1 "January 2023" "js-profiler v2.5.6"
33

44
.SH NAME
55
js-profiler - A JavaScript profiling tool and collection of profiling modules and benchmarks.

0 commit comments

Comments
 (0)