Skip to content

Commit 8012336

Browse files
committed
Release v0.1.1
1 parent 7e8da96 commit 8012336

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
383383
[npm-image]: http://img.shields.io/npm/v/@stdlib/simulate-iter-bartlett-pulse.svg
384384
[npm-url]: https://npmjs.org/package/@stdlib/simulate-iter-bartlett-pulse
385385

386-
[test-image]: https://github.com/stdlib-js/simulate-iter-bartlett-pulse/actions/workflows/test.yml/badge.svg?branch=main
387-
[test-url]: https://github.com/stdlib-js/simulate-iter-bartlett-pulse/actions/workflows/test.yml?query=branch:main
386+
[test-image]: https://github.com/stdlib-js/simulate-iter-bartlett-pulse/actions/workflows/test.yml/badge.svg?branch=v0.1.1
387+
[test-url]: https://github.com/stdlib-js/simulate-iter-bartlett-pulse/actions/workflows/test.yml?query=branch:v0.1.1
388388

389389
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/simulate-iter-bartlett-pulse/main.svg
390390
[coverage-url]: https://codecov.io/github/stdlib-js/simulate-iter-bartlett-pulse?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/simulate-iter-bartlett-pulse",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Create an iterator which generates a Bartlett pulse waveform.",
55
"license": "Apache-2.0",
66
"author": {
@@ -43,9 +43,9 @@
4343
"@stdlib/assert-is-plain-object": "^0.1.1",
4444
"@stdlib/assert-is-positive-integer": "^0.1.0",
4545
"@stdlib/assert-is-positive-number": "^0.1.1",
46-
"@stdlib/math-base-special-abs": "^0.1.0",
46+
"@stdlib/math-base-special-abs": "^0.1.1",
4747
"@stdlib/string-format": "^0.1.1",
48-
"@stdlib/symbol-iterator": "^0.1.0",
48+
"@stdlib/symbol-iterator": "^0.1.1",
4949
"@stdlib/types": "^0.1.0",
5050
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
5151
},

0 commit comments

Comments
 (0)