Skip to content

Commit

Permalink
Merge pull request #117 from haensl/116
Browse files Browse the repository at this point in the history
#116: Add funding information.
  • Loading branch information
haensl committed Feb 17, 2022
2 parents 696bb65 + 3dfd8e5 commit 87feb1f
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 158 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [haensl]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.5.4
* [#116: Add funding information.](https://github.com/haensl/js-profiler/issues/116)
* Update dependencies.

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

.SH NAME
js-profiler - A JavaScript profiling tool and collection of profiling modules and benchmarks.
Expand Down
2 changes: 1 addition & 1 deletion lib/profiles/map-access/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const accessMap = {
};

const accessObject = {
description: 'acess object property',
description: 'access object property',
keywords: [
'map',
'access',
Expand Down
Loading

0 comments on commit 87feb1f

Please sign in to comment.