Skip to content

Commit 87feb1f

Browse files
authored
Merge pull request #117 from haensl/116
#116: Add funding information.
2 parents 696bb65 + 3dfd8e5 commit 87feb1f

File tree

6 files changed

+172
-158
lines changed

6 files changed

+172
-158
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [haensl]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.5.4
2+
* [#116: Add funding information.](https://github.com/haensl/js-profiler/issues/116)
3+
* Update dependencies.
4+
15
### 2.5.3
26
* [#114: Update dependencies.](https://github.com/haensl/js-profiler/issues/114)
37
* Lift required Node.js version from 10.12.0 to 12.22.7 to since maintenance has run out.

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 "January 2022" "js-profiler v2.5.3"
2+
.TH js-profiler 1 "February 2022" "js-profiler v2.5.4"
33

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

lib/profiles/map-access/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const accessMap = {
1616
};
1717

1818
const accessObject = {
19-
description: 'acess object property',
19+
description: 'access object property',
2020
keywords: [
2121
'map',
2222
'access',

0 commit comments

Comments
 (0)