Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 1, 2024
1 parent df42dad commit fe93cdc
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T06:04:58.500Z
2024-09-01T06:32:49.326Z
75 changes: 55 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,47 @@

> Package changelog.
<section class="release" id="unreleased">
<section class="release" id="v0.2.2">

## 0.2.2 (2024-07-29)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.2.1">

## 0.2.1 (2024-02-25)

No changes reported for this release.

## Unreleased (2024-08-01)
</section>

<!-- /.release -->

<section class="release" id="v0.2.0">

## 0.2.0 (2024-02-14)

<section class="features">

### Features

- [`6ece459`](https://github.com/stdlib-js/stdlib/commit/6ece4597dcd71ffd2176bfbd7e39e22a6aa40b9e) - add support for accessor strided arrays

</section>

<!-- /.features -->

<section class="commits">

### Commits

<details>

- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
- [`6ece459`](https://github.com/stdlib-js/stdlib/commit/6ece4597dcd71ffd2176bfbd7e39e22a6aa40b9e) - **feat:** add support for accessor strided arrays _(by Athan Reines)_

</details>

Expand All @@ -36,41 +66,46 @@ A total of 1 person contributed to this release. Thank you to this contributor:

<!-- /.release -->

<section class="release" id="v0.2.2">
<section class="release" id="v0.1.0">

## 0.2.2 (2024-07-29)
## 0.1.0 (2023-11-17)

No changes reported for this release.
<section class="features">

### Features

- [`3a7f770`](https://github.com/stdlib-js/stdlib/commit/3a7f7704f8dad9dcf68d809078bba2e716d780af) - add `array/base/strided2array5d`

</section>

<!-- /.release -->
<!-- /.features -->

<section class="release" id="v0.2.1">
<section class="commits">

## 0.2.1 (2024-02-25)
### Commits

No changes reported for this release.
<details>

</section>
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
- [`3a7f770`](https://github.com/stdlib-js/stdlib/commit/3a7f7704f8dad9dcf68d809078bba2e716d780af) - **feat:** add `array/base/strided2array5d` _(by Athan Reines)_

<!-- /.release -->
</details>

<section class="release" id="v0.2.0">
</section>

## 0.2.0 (2024-02-14)
<!-- /.commits -->

No changes reported for this release.
<section class="contributors">

</section>
### Contributors

<!-- /.release -->
A total of 1 person contributed to this release. Thank you to this contributor:

<section class="release" id="v0.1.0">
- Athan Reines

## 0.1.0 (2023-11-17)
</section>

No changes reported for this release.
<!-- /.contributors -->

</section>

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
Matt Cochrane <[email protected]>
Mihir Pandit <[email protected]>
Milan Raj <[email protected]>
Mohammad Kaif <[email protected]>
Momtchil Momtchev <[email protected]>
Muhammad Haris <[email protected]>
Naresh Jagadeesan <[email protected]>
Expand All @@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
Rutam <[email protected]>
Ryan Seal <[email protected]>
Sai Srikar Dumpeti <[email protected]>
SarthakPaandey <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Shashank Shekhar Singh <[email protected]>
Shivam <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@stdlib/array-base-resolve-getter": "^0.2.2",
"@stdlib/types": "^0.3.2"
"@stdlib/types": "^0.4.1"
},
"devDependencies": {
"@stdlib/array-base-zero-to": "^0.2.1",
Expand Down

0 comments on commit fe93cdc

Please sign in to comment.