Skip to content

Commit 85e6630

Browse files
committed
Auto-generated commit
1 parent 14bbf96 commit 85e6630

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T06:15:09.638Z

CHANGELOG.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.1.0">
6-
7-
## 0.1.0 (2024-07-29)
8-
9-
<section class="features">
10-
11-
### Features
5+
<section class="release" id="unreleased">
126

13-
- [`f5f09ad`](https://github.com/stdlib-js/stdlib/commit/f5f09ad4db2e3ef0802c85ebada220cca6ebd208) - add `fs/resolve-parent-paths`
14-
15-
</section>
16-
17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`f5f09ad`](https://github.com/stdlib-js/stdlib/commit/f5f09ad4db2e3ef0802c85ebada220cca6ebd208) - **feat:** add `fs/resolve-parent-paths` _(by Snehil Shah, Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

@@ -34,10 +24,9 @@
3424

3525
### Contributors
3626

37-
A total of 2 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3828

3929
- Athan Reines
40-
- Snehil Shah
4130

4231
</section>
4332

@@ -47,3 +36,13 @@ A total of 2 people contributed to this release. Thank you to the following cont
4736

4837
<!-- /.release -->
4938

39+
<section class="release" id="v0.1.0">
40+
41+
## 0.1.0 (2024-07-29)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
300300
[npm-image]: http://img.shields.io/npm/v/@stdlib/fs-resolve-parent-paths.svg
301301
[npm-url]: https://npmjs.org/package/@stdlib/fs-resolve-parent-paths
302302

303-
[test-image]: https://github.com/stdlib-js/fs-resolve-parent-paths/actions/workflows/test.yml/badge.svg?branch=v0.1.0
304-
[test-url]: https://github.com/stdlib-js/fs-resolve-parent-paths/actions/workflows/test.yml?query=branch:v0.1.0
303+
[test-image]: https://github.com/stdlib-js/fs-resolve-parent-paths/actions/workflows/test.yml/badge.svg?branch=main
304+
[test-url]: https://github.com/stdlib-js/fs-resolve-parent-paths/actions/workflows/test.yml?query=branch:main
305305

306306
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/fs-resolve-parent-paths/main.svg
307307
[coverage-url]: https://codecov.io/github/stdlib-js/fs-resolve-parent-paths?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/array-base-assert-contains": "^0.2.1",
43+
"@stdlib/array-base-assert-contains": "^0.2.2",
4444
"@stdlib/array-base-filled": "^0.2.2",
4545
"@stdlib/assert-has-own-property": "^0.2.2",
4646
"@stdlib/assert-is-array-like-object": "^0.2.2",

0 commit comments

Comments
 (0)