Skip to content

Commit 037d388

Browse files
committed
Release v0.0.9
1 parent 45a5ee5 commit 037d388

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/npm_downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
# Run this workflow weekly:
2525
schedule:
2626
# cron: '<minutes> <hours> <day_of_month> <month> <day_of_week>'
27-
- cron: '0 8 * * 6'
27+
- cron: '9 9 * * 0'
2828

2929
# Allow the workflow to be manually run:
3030
workflow_dispatch:

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Milan Raj <rajsite@users.noreply.github.com>
2020
Momtchil Momtchev <momtchil@momtchev.com>
2121
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2222
Philipp Burckhardt <pburckhardt@outlook.com>
23+
Pranav <85227306+Pranavchiku@users.noreply.github.com>
2324
Ricky Reusser <rsreusser@gmail.com>
2425
Ryan Seal <splrk@users.noreply.github.com>
2526
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
208208
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-unshift.svg
209209
[npm-url]: https://npmjs.org/package/@stdlib/utils-unshift
210210

211-
[test-image]: https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml/badge.svg?branch=main
212-
[test-url]: https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml?query=branch:main
211+
[test-image]: https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml/badge.svg?branch=v0.0.9
212+
[test-url]: https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml?query=branch:v0.0.9
213213

214214
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-unshift/main.svg
215215
[coverage-url]: https://codecov.io/github/stdlib-js/utils-unshift?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/utils-unshift",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Add one or more elements to the beginning of a collection.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)