Skip to content

Commit

Permalink
Release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 22, 2021
1 parent f77be38 commit e1e59cd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production and development dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production and development dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Replace all GitHub links to individual packages with npm links
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production and development dependencies
id: install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production and development dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: 16
timeout-minutes: 5
- name: Install production dependencies via npm
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@stdlib/stats-incr-kurtosis",
"version": "0.0.5",
"version": "0.0.6",
"description": "Compute a corrected sample excess kurtosis incrementally.",
"license": "Apache-2.0",
"author": {
Expand Down

0 comments on commit e1e59cd

Please sign in to comment.