From df42dadf832b909850009276ff3b728177957e70 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Aug 2024 06:05:01 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + CHANGELOG.md | 75 +++++++++++++--------------------------------- README.md | 4 +-- package.json | 2 +- 4 files changed, 24 insertions(+), 58 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..1c10a0c --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T06:04:58.500Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f6ad0..629ca53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,39 +2,9 @@ > Package changelog. -
- -## 0.2.2 (2024-07-29) - -No changes reported for this release. - -
- - - -
- -## 0.2.1 (2024-02-25) - -No changes reported for this release. +
-
- - - -
- -## 0.2.0 (2024-02-14) - -
- -### Features - -- [`6ece459`](https://github.com/stdlib-js/stdlib/commit/6ece4597dcd71ffd2176bfbd7e39e22a6aa40b9e) - add support for accessor strided arrays - -
- - +## Unreleased (2024-08-01)
@@ -42,7 +12,7 @@ No changes reported for this release.
-- [`6ece459`](https://github.com/stdlib-js/stdlib/commit/6ece4597dcd71ffd2176bfbd7e39e22a6aa40b9e) - **feat:** add support for accessor strided arrays _(by Athan Reines)_ +- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -66,46 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor: -
- -## 0.1.0 (2023-11-17) - -
+
-### Features +## 0.2.2 (2024-07-29) -- [`3a7f770`](https://github.com/stdlib-js/stdlib/commit/3a7f7704f8dad9dcf68d809078bba2e716d780af) - add `array/base/strided2array5d` +No changes reported for this release.
- + -
+
-### Commits +## 0.2.1 (2024-02-25) -
+No changes reported for this release. -- [`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)_ +
- + -
+
- +## 0.2.0 (2024-02-14) -
+No changes reported for this release. -### Contributors +
-A total of 1 person contributed to this release. Thank you to this contributor: + -- Athan Reines +
-
+## 0.1.0 (2023-11-17) - +No changes reported for this release.
diff --git a/README.md b/README.md index ae73414..7b31a5d 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-strided2array5d.svg [npm-url]: https://npmjs.org/package/@stdlib/array-base-strided2array5d -[test-image]: https://github.com/stdlib-js/array-base-strided2array5d/actions/workflows/test.yml/badge.svg?branch=v0.2.2 -[test-url]: https://github.com/stdlib-js/array-base-strided2array5d/actions/workflows/test.yml?query=branch:v0.2.2 +[test-image]: https://github.com/stdlib-js/array-base-strided2array5d/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/array-base-strided2array5d/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-strided2array5d/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/array-base-strided2array5d?branch=main diff --git a/package.json b/package.json index 91071f6..6c38dbf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/array-base-resolve-getter": "^0.2.1", + "@stdlib/array-base-resolve-getter": "^0.2.2", "@stdlib/types": "^0.3.2" }, "devDependencies": {