Skip to content

Commit a8ff095

Browse files
committed
Auto-generated commit
1 parent 8f437ef commit a8ff095

File tree

7 files changed

+26
-85
lines changed

7 files changed

+26
-85
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:37:36.340Z

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
# Publish package to npm:
207207
- name: 'Publish package to npm'
208208
# Pin action to full length commit SHA
209-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
210210
with:
211211
token: ${{ secrets.NPM_TOKEN }}
212212
access: public

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

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

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

7-
## 0.2.2 (2024-07-26)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- Philipp Burckhardt
29+
- Athan Reines
3030

3131
</section>
3232

@@ -36,45 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3636

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4040

41-
## 0.2.1 (2024-02-21)
41+
## 0.2.2 (2024-07-26)
4242

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

49-
<section class="release" id="v0.2.0">
50-
51-
## 0.2.0 (2024-02-14)
52-
53-
<section class="commits">
54-
55-
### Commits
56-
57-
<details>
49+
<section class="release" id="v0.2.1">
5850

59-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-21)
6052

61-
</details>
53+
No changes reported for this release.
6254

6355
</section>
6456

65-
<!-- /.commits -->
66-
67-
<section class="contributors">
68-
69-
### Contributors
70-
71-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7258

73-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
7460

75-
</section>
61+
## 0.2.0 (2024-02-14)
7662

77-
<!-- /.contributors -->
63+
No changes reported for this release.
7864

7965
</section>
8066

@@ -94,55 +80,7 @@ No changes reported for this release.
9480

9581
## 0.1.0 (2023-09-22)
9682

97-
<section class="features">
98-
99-
### Features
100-
101-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - update minimum TypeScript version
102-
103-
</section>
104-
105-
<!-- /.features -->
106-
107-
<section class="breaking-changes">
108-
109-
### BREAKING CHANGES
110-
111-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version
112-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version to 4.1
113-
114-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
115-
116-
</section>
117-
118-
<!-- /.breaking-changes -->
119-
120-
<section class="commits">
121-
122-
### Commits
123-
124-
<details>
125-
126-
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
127-
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
128-
129-
</details>
130-
131-
</section>
132-
133-
<!-- /.commits -->
134-
135-
<section class="contributors">
136-
137-
### Contributors
138-
139-
A total of 1 person contributed to this release. Thank you to this contributor:
140-
141-
- Philipp Burckhardt
142-
143-
</section>
144-
145-
<!-- /.contributors -->
83+
No changes reported for this release.
14684

14785
</section>
14886

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
207207
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-move-property.svg
208208
[npm-url]: https://npmjs.org/package/@stdlib/utils-move-property
209209
210-
[test-image]: https://github.com/stdlib-js/utils-move-property/actions/workflows/test.yml/badge.svg?branch=v0.2.2
211-
[test-url]: https://github.com/stdlib-js/utils-move-property/actions/workflows/test.yml?query=branch:v0.2.2
210+
[test-image]: https://github.com/stdlib-js/utils-move-property/actions/workflows/test.yml/badge.svg?branch=main
211+
[test-url]: https://github.com/stdlib-js/utils-move-property/actions/workflows/test.yml?query=branch:main
212212
213213
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-move-property/main.svg
214214
[coverage-url]: https://codecov.io/github/stdlib-js/utils-move-property?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/string-format": "^0.2.1",
41-
"@stdlib/utils-define-property": "^0.2.3",
42-
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
40+
"@stdlib/string-format": "^0.2.2",
41+
"@stdlib/utils-define-property": "^0.2.4",
42+
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4343
},
4444
"devDependencies": {
4545
"@stdlib/random-base-randu": "^0.2.1",
4646
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4747
"istanbul": "^0.4.1",
4848
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
49-
"@stdlib/bench-harness": "^0.2.1"
49+
"@stdlib/bench-harness": "^0.2.2"
5050
},
5151
"engines": {
5252
"node": ">=0.10.0",

0 commit comments

Comments
 (0)