Skip to content

Commit 8c40592

Browse files
committed
Release v0.1.0
1 parent 934f99e commit 8c40592

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.1.0">
66

7-
## Unreleased (2026-01-05)
7+
## 0.1.0 (2026-01-30)
88

99
<section class="features">
1010

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2025 The Stdlib Authors.
1+
Copyright (c) 2016-2026 The Stdlib Authors.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
189189
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-indices-complement.svg
190190
[npm-url]: https://npmjs.org/package/@stdlib/array-base-indices-complement
191191

192-
[test-image]: https://github.com/stdlib-js/array-base-indices-complement/actions/workflows/test.yml/badge.svg?branch=main
193-
[test-url]: https://github.com/stdlib-js/array-base-indices-complement/actions/workflows/test.yml?query=branch:main
192+
[test-image]: https://github.com/stdlib-js/array-base-indices-complement/actions/workflows/test.yml/badge.svg?branch=v0.1.0
193+
[test-url]: https://github.com/stdlib-js/array-base-indices-complement/actions/workflows/test.yml?query=branch:v0.1.0
194194

195195
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-indices-complement/main.svg
196196
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-indices-complement?branch=main

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-indices-complement",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Return the complement of a list of array indices.",
55
"license": "Apache-2.0",
66
"author": {
@@ -76,7 +76,6 @@
7676
"utils",
7777
"util"
7878
],
79-
"__stdlib__": {},
8079
"funding": {
8180
"type": "opencollective",
8281
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)