Skip to content

Commit b919f83

Browse files
committed
Release v0.0.3
1 parent 5cf544e commit b919f83

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.github/workflows/bundle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ name: bundle
2323
on:
2424
workflow_dispatch:
2525
push:
26+
branches:
27+
- main
28+
tags_ignore:
29+
- 'v[0-9]+\.[0-9]+\.[0-9]+'
2630

2731
# Workflow jobs:
2832
jobs:

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ ROADMAP.md
2727
.postinstall.json
2828
Makefile
2929

30+
# Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
31+
binding.gyp
32+
3033
# Directories #
3134
###############
3235
.circleci/

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2121
Philipp Burckhardt <pburckhardt@outlook.com>
2222
Ricky Reusser <rsreusser@gmail.com>
2323
Ryan Seal <splrk@users.noreply.github.com>
24+
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
2425
Shraddheya Shendre <shendreshraddheya@gmail.com>
2526
rei2hu <rei2hu@users.noreply.github.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-linspace",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Generate a linearly spaced numeric array.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)