Skip to content

Commit 000892f

Browse files
committed
Release v0.1.1
1 parent c35a0ff commit 000892f

File tree

5 files changed

+26
-34
lines changed

5 files changed

+26
-34
lines changed

.github/.keepalive

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

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ jobs:
7676
npm install || npm install || npm install
7777
timeout-minutes: 15
7878

79-
# Build native add-on if present:
80-
- name: 'Build native add-on (if present)'
81-
run: |
82-
if [ -f "binding.gyp" ]; then
83-
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
84-
fi
85-
8679
# Run tests:
8780
- name: 'Run tests'
8881
id: tests

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.1">
66

7-
## Unreleased (2026-02-02)
7+
## 0.1.1 (2026-02-08)
88

99
<section class="commits">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ Copyright &copy; 2016-2026. 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=main
304-
[test-url]: https://github.com/stdlib-js/fs-resolve-parent-paths/actions/workflows/test.yml?query=branch:main
303+
[test-image]: https://github.com/stdlib-js/fs-resolve-parent-paths/actions/workflows/test.yml/badge.svg?branch=v0.1.1
304+
[test-url]: https://github.com/stdlib-js/fs-resolve-parent-paths/actions/workflows/test.yml?query=branch:v0.1.1
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: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/fs-resolve-parent-paths",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Resolve paths from a set of paths by walking parent directories.",
55
"license": "Apache-2.0",
66
"author": {
@@ -41,37 +41,37 @@
4141
},
4242
"dependencies": {
4343
"@stdlib/array-base-assert-contains": "^0.2.2",
44-
"@stdlib/array-base-nulls": "^0.1.0",
45-
"@stdlib/assert-has-own-property": "^0.2.2",
46-
"@stdlib/assert-is-array-like-object": "^0.2.2",
47-
"@stdlib/assert-is-function": "^0.2.2",
48-
"@stdlib/assert-is-plain-object": "^0.2.2",
49-
"@stdlib/assert-is-string": "^0.2.2",
50-
"@stdlib/assert-is-string-array": "^0.2.2",
51-
"@stdlib/cli-ctor": "^0.2.2",
52-
"@stdlib/fs-exists": "^0.2.2",
53-
"@stdlib/fs-read-file": "^0.2.2",
54-
"@stdlib/process-cwd": "^0.2.2",
44+
"@stdlib/array-base-nulls": "^0.1.1",
45+
"@stdlib/assert-has-own-property": "^0.2.3",
46+
"@stdlib/assert-is-array-like-object": "^0.2.3",
47+
"@stdlib/assert-is-function": "^0.2.3",
48+
"@stdlib/assert-is-plain-object": "^0.2.3",
49+
"@stdlib/assert-is-string": "^0.2.3",
50+
"@stdlib/assert-is-string-array": "^0.2.3",
51+
"@stdlib/cli-ctor": "^0.2.3",
52+
"@stdlib/fs-exists": "^0.2.3",
53+
"@stdlib/fs-read-file": "^0.2.3",
54+
"@stdlib/process-cwd": "^0.2.3",
5555
"@stdlib/string-format": "^0.2.3",
5656
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
57-
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
57+
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
5858
},
5959
"devDependencies": {
6060
"@stdlib/assert-contains": "^0.3.0",
61-
"@stdlib/assert-is-absolute-path": "^0.2.2",
62-
"@stdlib/assert-is-array": "^0.2.2",
63-
"@stdlib/assert-is-browser": "^0.2.2",
64-
"@stdlib/assert-is-windows": "^0.2.2",
65-
"@stdlib/process-exec-path": "^0.2.2",
66-
"@stdlib/regexp-eol": "^0.2.2",
67-
"@stdlib/string-replace": "^0.2.2",
68-
"@stdlib/string-trim": "^0.2.2",
61+
"@stdlib/assert-is-absolute-path": "^0.2.3",
62+
"@stdlib/assert-is-array": "^0.2.3",
63+
"@stdlib/assert-is-browser": "^0.2.3",
64+
"@stdlib/assert-is-windows": "^0.2.3",
65+
"@stdlib/process-exec-path": "^0.2.3",
66+
"@stdlib/regexp-eol": "^0.2.3",
67+
"@stdlib/string-replace": "^0.2.3",
68+
"@stdlib/string-trim": "^0.2.3",
6969
"@stdlib/utils-noop": "^0.2.3",
7070
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7171
"proxyquire": "^2.0.0",
7272
"istanbul": "^0.4.1",
7373
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
74-
"@stdlib/bench-harness": "^0.2.2"
74+
"@stdlib/bench-harness": "^0.2.3"
7575
},
7676
"engines": {
7777
"node": ">=0.10.0",

0 commit comments

Comments
 (0)