Skip to content

Commit 15b9508

Browse files
committed
Auto-generated commit
1 parent b73240d commit 15b9508

File tree

5 files changed

+21
-91
lines changed

5 files changed

+21
-91
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:24:37.922Z

.gitignore

+2
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
##############

CHANGELOG.md

+13-86
Original file line numberDiff line numberDiff line change
@@ -2,18 +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-27)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`bab31c8`](https://github.com/stdlib-js/stdlib/commit/bab31c85d8793ebae625c2b5146a714294e3003f) - **refactor:** update paths _(by Athan Reines)_
16-
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1716

1817
</details>
1918

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

3837
<!-- /.release -->
3938

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

42-
## 0.2.1 (2024-02-22)
41+
## 0.2.2 (2024-07-27)
4342

4443
No changes reported for this release.
4544

4645
</section>
4746

4847
<!-- /.release -->
4948

50-
<section class="release" id="v0.2.0">
51-
52-
## 0.2.0 (2024-02-14)
53-
54-
<section class="features">
55-
56-
### Features
57-
58-
- [`5c01d25`](https://github.com/stdlib-js/stdlib/commit/5c01d258ced2e4946317fab531ba52e7173a3448) - add support for complex number objects
59-
60-
</section>
61-
62-
<!-- /.features -->
63-
64-
<section class="commits">
65-
66-
### Commits
67-
68-
<details>
49+
<section class="release" id="v0.2.1">
6950

70-
- [`d8cc963`](https://github.com/stdlib-js/stdlib/commit/d8cc96345ccb3cfc89383f339d4a92eedbdb724d) - **docs:** update note _(by Athan Reines)_
71-
- [`5c01d25`](https://github.com/stdlib-js/stdlib/commit/5c01d258ced2e4946317fab531ba52e7173a3448) - **feat:** add support for complex number objects _(by Athan Reines)_
51+
## 0.2.1 (2024-02-22)
7252

73-
</details>
53+
No changes reported for this release.
7454

7555
</section>
7656

77-
<!-- /.commits -->
78-
79-
<section class="contributors">
80-
81-
### Contributors
82-
83-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
8458

85-
- Athan Reines
59+
<section class="release" id="v0.2.0">
8660

87-
</section>
61+
## 0.2.0 (2024-02-14)
8862

89-
<!-- /.contributors -->
63+
No changes reported for this release.
9064

9165
</section>
9266

@@ -106,54 +80,7 @@ No changes reported for this release.
10680

10781
## 0.1.0 (2023-09-22)
10882

109-
<section class="features">
110-
111-
### Features
112-
113-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
114-
115-
</section>
116-
117-
<!-- /.features -->
118-
119-
<section class="breaking-changes">
120-
121-
### BREAKING CHANGES
122-
123-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
124-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
125-
126-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
127-
128-
</section>
129-
130-
<!-- /.breaking-changes -->
131-
132-
<section class="commits">
133-
134-
### Commits
135-
136-
<details>
137-
138-
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
139-
140-
</details>
141-
142-
</section>
143-
144-
<!-- /.commits -->
145-
146-
<section class="contributors">
147-
148-
### Contributors
149-
150-
A total of 1 person contributed to this release. Thank you to this contributor:
151-
152-
- Philipp Burckhardt
153-
154-
</section>
155-
156-
<!-- /.contributors -->
83+
No changes reported for this release.
15784

15885
</section>
15986

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
214214
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-same-value.svg
215215
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-same-value
216216

217-
[test-image]: https://github.com/stdlib-js/assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.2.2
218-
[test-url]: https://github.com/stdlib-js/assert-is-same-value/actions/workflows/test.yml?query=branch:v0.2.2
217+
[test-image]: https://github.com/stdlib-js/assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=main
218+
[test-url]: https://github.com/stdlib-js/assert-is-same-value/actions/workflows/test.yml?query=branch:main
219219

220220
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-same-value/main.svg
221221
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-same-value?branch=main

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-complex-like": "^0.2.1",
40+
"@stdlib/assert-is-complex-like": "^0.2.2",
4141
"@stdlib/complex-float64-base-assert-is-same-value": "^0.0.1"
4242
},
4343
"devDependencies": {
4444
"@stdlib/assert-is-boolean": "^0.2.2",
4545
"@stdlib/boolean-ctor": "^0.2.2",
4646
"@stdlib/complex-float32-ctor": "^0.0.2",
47-
"@stdlib/complex-float64-ctor": "^0.0.2",
47+
"@stdlib/complex-float64-ctor": "^0.0.3",
4848
"@stdlib/number-ctor": "^0.2.2",
4949
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5050
"istanbul": "^0.4.1",
5151
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
52-
"@stdlib/bench-harness": "^0.2.1"
52+
"@stdlib/bench-harness": "^0.2.2"
5353
},
5454
"engines": {
5555
"node": ">=0.10.0",

0 commit comments

Comments
 (0)